Share via


IAgentPool Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolTypeConverter))]
public interface IAgentPool : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolTypeConverter))>]
type IAgentPool = interface
    interface IJsonSerializable
    interface IResource
Public Interface IAgentPool
Implements IResource
Derived
Attributes
Implements

Properties

Count

The count of agent machine

Id

The resource ID.

(Inherited from IResource)
Location

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

(Inherited from IResource)
Name

The name of the resource.

(Inherited from IResource)
OS

The OS of agent machine

ProvisioningState

The provisioning state of this agent pool

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

The tags of the resource.

(Inherited from IResource)
Tier

The Tier of agent machine

Type

The type of the resource.

(Inherited from IResource)
VirtualNetworkSubnetResourceId

The Virtual Network Subnet Resource Id of the agent machine

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to