Get Pool Result
data class GetPoolResult(val agentProfile: Either<StatefulResponse, StatelessAgentProfileResponse>, val devCenterProjectResourceId: String, val fabricProfile: VmssFabricProfileResponse, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val maximumConcurrency: Int, val name: String, val organizationProfile: AzureDevOpsOrganizationProfileResponse, 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
fun GetPoolResult(agentProfile: Either<StatefulResponse, StatelessAgentProfileResponse>, devCenterProjectResourceId: String, fabricProfile: VmssFabricProfileResponse, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, maximumConcurrency: Int, name: String, organizationProfile: AzureDevOpsOrganizationProfileResponse, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)