GetCGProfileResult

data class GetCGProfileResult(val azureApiVersion: String, val confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, val containers: List<ContainerResponse>? = null, val diagnostics: ContainerGroupDiagnosticsResponse? = null, val encryptionProperties: EncryptionPropertiesResponse? = null, val extensions: List<DeploymentExtensionSpecResponse>? = null, val id: String, val imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, val initContainers: List<InitContainerDefinitionResponse>? = null, val ipAddress: IpAddressResponse? = null, val location: String? = null, val name: String, val osType: String? = null, val priority: String? = null, val registeredRevisions: List<Double>? = null, val restartPolicy: String? = null, val revision: Double? = null, val securityContext: SecurityContextDefinitionResponse? = null, val shutdownGracePeriod: String? = null, val sku: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeToLive: String? = null, val type: String, val useKrypton: Boolean? = null, val volumes: List<VolumeResponse>? = null, val zones: List<String>? = null)

container group profile object

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, containers: List<ContainerResponse>? = null, diagnostics: ContainerGroupDiagnosticsResponse? = null, encryptionProperties: EncryptionPropertiesResponse? = null, extensions: List<DeploymentExtensionSpecResponse>? = null, id: String, imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, initContainers: List<InitContainerDefinitionResponse>? = null, ipAddress: IpAddressResponse? = null, location: String? = null, name: String, osType: String? = null, priority: String? = null, registeredRevisions: List<Double>? = null, restartPolicy: String? = null, revision: Double? = null, securityContext: SecurityContextDefinitionResponse? = null, shutdownGracePeriod: String? = null, sku: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeToLive: String? = null, type: String, useKrypton: Boolean? = null, volumes: List<VolumeResponse>? = null, zones: List<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

The properties for confidential container group

Link copied to clipboard

The containers within the container group.

Link copied to clipboard

The diagnostic information for a container group.

Link copied to clipboard

The encryption properties for a container group.

Link copied to clipboard

extensions used by virtual kubelet

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard

The image registry credentials by which the container group is created from.

Link copied to clipboard

The init containers for a container group.

Link copied to clipboard

The IP address type of the container group.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard
val osType: String? = null

The operating system type required by the containers in the container group.

Link copied to clipboard
val priority: String? = null

The priority of the container group.

Link copied to clipboard

Registered revisions are calculated at request time based off the records in the table logs.

Link copied to clipboard
val restartPolicy: String? = null

Restart policy for all containers within the container group.

Link copied to clipboard
val revision: Double? = null

Container group profile current revision number

Link copied to clipboard

The container security properties.

Link copied to clipboard

Shutdown grace period for containers in a container group.

Link copied to clipboard
val sku: String? = null

The SKU for a container group.

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 resource tags.

Link copied to clipboard
val timeToLive: String? = null

Post completion time to live for containers of a CG

Link copied to clipboard

The resource type.

Link copied to clipboard
val useKrypton: Boolean? = null

Gets or sets Krypton use property.

Link copied to clipboard

The list of volumes that can be mounted by containers in this container group.

Link copied to clipboard
val zones: List<String>? = null

The zones for the container group.