Get Pool Result
data class GetPoolResult(val agentProfile: Either<StatefulResponse, StatelessAgentProfileResponse>, val azureApiVersion: String, val devCenterProjectResourceId: String, val fabricProfile: VmssFabricProfileResponse, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val maximumConcurrency: Int, val name: String, val organizationProfile: Either<AzureDevOpsOrganizationProfileResponse, GitHubOrganizationProfileResponse>, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Concrete tracked resource types can be created by aliasing this type using a specific property type.
Constructors
Link copied to clipboard
constructor(agentProfile: Either<StatefulResponse, StatelessAgentProfileResponse>, azureApiVersion: String, devCenterProjectResourceId: String, fabricProfile: VmssFabricProfileResponse, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, maximumConcurrency: Int, name: String, organizationProfile: Either<AzureDevOpsOrganizationProfileResponse, GitHubOrganizationProfileResponse>, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Defines how the machine will be handled once it executed a job.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The resource id of the DevCenter Project the pool belongs to.
Link copied to clipboard
Defines the type of fabric the agent will run on.
Link copied to clipboard
The managed service identities assigned to this resource.
Link copied to clipboard
Defines how many resources can there be created at any given time.
Link copied to clipboard
val organizationProfile: Either<AzureDevOpsOrganizationProfileResponse, GitHubOrganizationProfileResponse>
Defines the organization in which the pool will be used.
Link copied to clipboard
The status of the current operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.