IContainerServiceAgentPool Interface

Definition

A client-side representation for a container service agent pool.

public interface IContainerServiceAgentPool : 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.ContainerServiceAgentPoolProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.ContainerService.Fluent.IOrchestratorServiceBase>
type IContainerServiceAgentPool = interface
    interface IBeta
    interface IChildResource<IOrchestratorServiceBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IOrchestratorServiceBase>
    interface IHasInner<ContainerServiceAgentPoolProfile>
Public Interface IContainerServiceAgentPool
Implements IBeta, IChildResource(Of IOrchestratorServiceBase), IHasInner(Of ContainerServiceAgentPoolProfile), IHasParent(Of IOrchestratorServiceBase)
Implements

Properties

Count

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

DnsPrefix

Gets DNS prefix to be used to create the FQDN for the agent pool.

Fqdn

Gets FDQN for the agent pool.

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>)
Ports

Gets array of ports opened on this agent pool.

StorageProfile

Gets the storage kind (managed or classic) set for each virtual machine in the agent pool.

SubnetName

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

VMSize

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

Applies to