Package-level declarations
Types
Link copied to clipboard
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 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 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.
Link copied to clipboard
data class StandbyContainerGroupPoolElasticityProfileResponse(val maxReadyCapacity: Double, val refillPolicy: String? = null)
Specifies the elasticity profile of the standby container group pools.
Link copied to clipboard
Details of the elasticity profile.
Link copied to clipboard
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.