IKubernetesClusterAgentPool Interface

Definition

A client-side representation for a Kubernetes cluster agent pool.

public interface IKubernetesClusterAgentPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IKubernetesClusterAgentPool = interface
    interface IBeta
    interface IChildResource<IOrchestratorServiceBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IOrchestratorServiceBase>
    interface IHasInner<ManagedClusterAgentPoolProfile>
Public Interface IKubernetesClusterAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ManagedClusterAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
Implements

Properties

Count

Gets the number of agents (virtual machines) to host docker containers.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
NetworkId

Gets the ID of the virtual network used by each virtual machine in the agent pool.

OSDiskSizeInGB

Gets OS disk size in GB set for each virtual machine in the agent pool.

OSType

Gets OS of each virtual machine in the agent pool.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
SubnetName

Gets the name of the subnet used by each virtual machine in the agent pool.

Type

Gets agent pool type.

VMSize

Gets size of each agent virtual machine in the agent pool.

Applies to