GetAgentPoolResult

data class GetAgentPoolResult(val azureApiVersion: String, val count: Int? = null, val id: String, val location: String, val name: String, val os: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tier: String? = null, val type: String, val virtualNetworkSubnetResourceId: String? = null)

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

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, count: Int? = null, id: String, location: String, name: String, os: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tier: String? = null, type: String, virtualNetworkSubnetResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val count: Int? = null

The count of agent machine

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val os: String? = null

The OS of agent machine

Link copied to clipboard

The provisioning state of this agent pool

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard
val tier: String? = null

The Tier of agent machine

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The Virtual Network Subnet Resource Id of the agent machine