Package version:

The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.

interface AgentPool {
    count?: number;
    id?: string;
    location: string;
    name?: string;
    os?: string;
    provisioningState?: string;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    tier?: string;
    type?: string;
    virtualNetworkSubnetResourceId?: string;
}

Hierarchy (view full)

Properties

count?: number

The count of agent machine

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location: string

The location of the resource. This cannot be changed after the resource is created.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

os?: string

The OS of agent machine

provisioningState?: string

The provisioning state of this agent pool NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

The tags of the resource.

tier?: string

The Tier of agent machine

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

virtualNetworkSubnetResourceId?: string

The Virtual Network Subnet Resource Id of the agent machine