Get Agent Pool Result
data class GetAgentPoolResult(val administratorConfiguration: AdministratorConfigurationResponse? = null, val agentOptions: AgentOptionsResponse? = null, val attachedNetworkConfiguration: AttachedNetworkConfigurationResponse? = null, val availabilityZones: List<String>? = null, val count: Double, val detailedStatus: String, val detailedStatusMessage: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val kubernetesVersion: String, val labels: List<KubernetesLabelResponse>? = null, val location: String, val mode: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val taints: List<KubernetesLabelResponse>? = null, val type: String, val upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, val vmSkuName: String)
Constructors
Link copied to clipboard
fun GetAgentPoolResult(administratorConfiguration: AdministratorConfigurationResponse? = null, agentOptions: AgentOptionsResponse? = null, attachedNetworkConfiguration: AttachedNetworkConfigurationResponse? = null, availabilityZones: List<String>? = null, count: Double, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse? = null, id: String, kubernetesVersion: String, labels: List<KubernetesLabelResponse>? = null, location: String, mode: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, taints: List<KubernetesLabelResponse>? = null, type: String, upgradeSettings: AgentPoolUpgradeSettingsResponse? = null, vmSkuName: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
Link copied to clipboard
Link copied to clipboard