Get Managed Cluster Application Type Result
data class GetManagedClusterApplicationTypeResult(val id: String, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The application type name resource
Constructors
Link copied to clipboard
fun GetManagedClusterApplicationTypeResult(id: String, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)