Class GetKubernetesClusterAgentPoolProfileResult
Inheritance
System.Object
GetKubernetesClusterAgentPoolProfileResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKubernetesClusterAgentPoolProfileResult
Fields
View SourceAvailabilityZones
The availability zones used for the nodes.
Declaration
public readonly ImmutableArray<string> AvailabilityZones
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Count
The number of Agents (VM's) in the Pool.
Declaration
public readonly int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
EnableAutoScaling
If the auto-scaler is enabled.
Declaration
public readonly bool EnableAutoScaling
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EnableNodePublicIp
Declaration
public readonly bool? EnableNodePublicIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MaxCount
Maximum number of nodes for auto-scaling
Declaration
public readonly int MaxCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxPods
The maximum number of pods that can run on each agent.
Declaration
public readonly int MaxPods
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinCount
Minimum number of nodes for auto-scaling
Declaration
public readonly int MinCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of the managed Kubernetes Cluster.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NodeLabels
Declaration
public readonly ImmutableDictionary<string, string> NodeLabels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
NodeTaints
The list of Kubernetes taints which are applied to nodes in the agent pool
Declaration
public readonly ImmutableArray<string> NodeTaints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OsDiskSizeGb
The size of the Agent VM's Operating System Disk in GB.
Declaration
public readonly int OsDiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |
OsType
The Operating System used for the Agents.
Declaration
public readonly string OsType
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Type
The type of identity used for the managed cluster.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
VmSize
The size of each VM in the Agent Pool (e.g. Standard_F1).
Declaration
public readonly string VmSize
Field Value
| Type | Description |
|---|---|
| System.String |
VnetSubnetId
The ID of the Subnet where the Agents in the Pool are provisioned.
Declaration
public readonly string VnetSubnetId
Field Value
| Type | Description |
|---|---|
| System.String |