Provisioned Clusters Response Properties Response
data class ProvisionedClustersResponsePropertiesResponse(val aadProfile: AADProfileResponseResponse? = null, val addonProfiles: Map<String, AddonProfilesResponse>? = null, val agentPoolProfiles: List<NamedAgentPoolProfileResponse>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val controlPlane: ControlPlaneProfileResponse? = null, val enableRbac: Boolean? = null, val features: ProvisionedClustersCommonPropertiesResponseFeatures? = null, val httpProxyConfig: HttpProxyConfigResponseResponse? = null, val kubernetesVersion: String? = null, val linuxProfile: LinuxProfilePropertiesResponse? = null, val networkProfile: NetworkProfileResponse? = null, val nodeResourceGroup: String? = null, val provisioningState: String, val status: ProvisionedClustersCommonPropertiesResponseStatus, val windowsProfile: WindowsProfileResponseResponse? = null)
Constructors
Link copied to clipboard
fun ProvisionedClustersResponsePropertiesResponse(aadProfile: AADProfileResponseResponse? = null, addonProfiles: Map<String, AddonProfilesResponse>? = null, agentPoolProfiles: List<NamedAgentPoolProfileResponse>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, controlPlane: ControlPlaneProfileResponse? = null, enableRbac: Boolean? = null, features: ProvisionedClustersCommonPropertiesResponseFeatures? = null, httpProxyConfig: HttpProxyConfigResponseResponse? = null, kubernetesVersion: String? = null, linuxProfile: LinuxProfilePropertiesResponse? = null, networkProfile: NetworkProfileResponse? = null, nodeResourceGroup: String? = null, provisioningState: String, status: ProvisionedClustersCommonPropertiesResponseStatus, windowsProfile: WindowsProfileResponseResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard