ProvisionedClusterProperties interface
Properties of the provisioned cluster.
Properties
| agent |
The agent pool properties for the provisioned cluster. |
| auto |
Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster. |
| cloud |
The profile for the underlying cloud infrastructure provider for the provisioned cluster. |
| cluster |
The SSH restricted access profile for the VMs in the provisioned cluster. |
| control |
The profile for control plane of the provisioned cluster. |
| kubernetes |
The version of Kubernetes in use by the provisioned cluster. |
| license |
The license profile of the provisioned cluster. |
| linux |
The profile for Linux VMs in the provisioned cluster. |
| network |
The network configuration profile for the provisioned cluster. |
| provisioning |
The status of the latest long running operation for the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | The observed status of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
The storage configuration profile for the provisioned cluster. |
Property Details
agentPoolProfiles
The agent pool properties for the provisioned cluster.
agentPoolProfiles?: NamedAgentPoolProfile[]
Property Value
autoScalerProfile
Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.
autoScalerProfile?: ProvisionedClusterPropertiesAutoScalerProfile
Property Value
cloudProviderProfile
The profile for the underlying cloud infrastructure provider for the provisioned cluster.
cloudProviderProfile?: CloudProviderProfile
Property Value
clusterVMAccessProfile
The SSH restricted access profile for the VMs in the provisioned cluster.
clusterVMAccessProfile?: ClusterVMAccessProfile
Property Value
controlPlane
The profile for control plane of the provisioned cluster.
controlPlane?: ControlPlaneProfile
Property Value
kubernetesVersion
The version of Kubernetes in use by the provisioned cluster.
kubernetesVersion?: string
Property Value
string
licenseProfile
The license profile of the provisioned cluster.
licenseProfile?: ProvisionedClusterLicenseProfile
Property Value
linuxProfile
The profile for Linux VMs in the provisioned cluster.
linuxProfile?: LinuxProfileProperties
Property Value
networkProfile
The network configuration profile for the provisioned cluster.
networkProfile?: NetworkProfile
Property Value
provisioningState
The status of the latest long running operation for the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
status
The observed status of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.
status?: ProvisionedClusterPropertiesStatus
Property Value
storageProfile
The storage configuration profile for the provisioned cluster.
storageProfile?: StorageProfile