GetAgentPoolResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator credentials to be used for the nodes in this agent pool.

Link copied to clipboard

The configurations that will be applied to each agent in this agent pool.

Link copied to clipboard

The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.

Link copied to clipboard

The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.

Link copied to clipboard

The number of virtual machines that use this configuration.

Link copied to clipboard

The current status of the agent pool.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The Kubernetes version running in this agent pool.

Link copied to clipboard

The labels applied to the nodes in this agent pool.

Link copied to clipboard

The geo-location where the resource lives

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

The name of the resource

Link copied to clipboard

The provisioning state of the agent pool.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The taints applied to the nodes in this agent pool.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The configuration of the agent pool.

Link copied to clipboard

The name of the VM SKU that determines the size of resources allocated for node VMs.