Get Agent Pool Result
data class GetAgentPoolResult(val availabilityZones: List<String>? = null, val count: Int? = null, val enableAutoScaling: Boolean? = null, val enableEncryptionAtHost: Boolean? = null, val enableFIPS: Boolean? = null, val enableNodePublicIP: Boolean? = null, val gpuInstanceProfile: String? = null, val id: String, val kubeletConfig: KubeletConfigResponse? = null, val kubeletDiskType: String? = null, val linuxOSConfig: LinuxOSConfigResponse? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String, val nodeImageVersion: String, val nodeLabels: Map<String, String>? = null, val nodePublicIPPrefixID: String? = null, val nodeTaints: List<String>? = null, val orchestratorVersion: String? = null, val osDiskSizeGB: Int? = null, val osDiskType: String? = null, val osSKU: String? = null, val osType: String? = null, val podSubnetID: String? = null, val powerState: PowerStateResponse, val provisioningState: String, val proximityPlacementGroupID: String? = null, val scaleSetEvictionPolicy: String? = null, val scaleSetPriority: String? = null, val spotMaxPrice: Double? = null, val tags: Map<String, String>? = null, val type: String, val upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, val vmSize: String? = null, val vnetSubnetID: String? = null)
Agent Pool.
Constructors
Link copied to clipboard
fun GetAgentPoolResult(availabilityZones: List<String>? = null, count: Int? = null, enableAutoScaling: Boolean? = null, enableEncryptionAtHost: Boolean? = null, enableFIPS: Boolean? = null, enableNodePublicIP: Boolean? = null, gpuInstanceProfile: String? = null, id: String, kubeletConfig: KubeletConfigResponse? = null, kubeletDiskType: String? = null, linuxOSConfig: LinuxOSConfigResponse? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String, nodeImageVersion: String, nodeLabels: Map<String, String>? = null, nodePublicIPPrefixID: String? = null, nodeTaints: List<String>? = null, orchestratorVersion: String? = null, osDiskSizeGB: Int? = null, osDiskType: String? = null, osSKU: String? = null, osType: String? = null, podSubnetID: String? = null, powerState: PowerStateResponse, provisioningState: String, proximityPlacementGroupID: String? = null, scaleSetEvictionPolicy: String? = null, scaleSetPriority: String? = null, spotMaxPrice: Double? = null, tags: Map<String, String>? = null, type: String, upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, vmSize: String? = null, vnetSubnetID: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard