Package-level declarations

Types

Link copied to clipboard
data class ContainerGroupProfileResponse(val id: String, val revision: Double? = null)

Details of the ContainerGroupProfile.

Link copied to clipboard
data class ContainerGroupPropertiesResponse(val containerGroupProfile: ContainerGroupProfileResponse, val subnetIds: List<SubnetResponse>? = null)

Details of the ContainerGroupProperties.

Link copied to clipboard
data class GetStandbyContainerGroupPoolResult(val azureApiVersion: String, val containerGroupProperties: ContainerGroupPropertiesResponse, val elasticityProfile: StandbyContainerGroupPoolElasticityProfileResponse, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A StandbyContainerGroupPoolResource.

Link copied to clipboard
data class GetStandbyVirtualMachinePoolResult(val attachedVirtualMachineScaleSetId: String? = null, val azureApiVersion: String, val elasticityProfile: StandbyVirtualMachinePoolElasticityProfileResponse? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachineState: String)

A StandbyVirtualMachinePoolResource.

data class StandbyContainerGroupPoolElasticityProfileResponse(val maxReadyCapacity: Double, val refillPolicy: String? = null)

Specifies the elasticity profile of the standby container group pools.

data class StandbyVirtualMachinePoolElasticityProfileResponse(val maxReadyCapacity: Double, val minReadyCapacity: Double? = null)

Details of the elasticity profile.

Link copied to clipboard
data class SubnetResponse(val id: String)

Subnet of container group

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.