Get Container Group Profile Result
data class GetContainerGroupProfileResult(val confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, val containers: List<ContainerResponse>, 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, val priority: String? = null, val restartPolicy: String? = null, val revision: Int, val sku: String? = null, val tags: Map<String, String>? = null, val type: String, val volumes: List<VolumeResponse>? = null, val zones: List<String>? = null)
A container group profile.
Constructors
Link copied to clipboard
constructor(confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, containers: List<ContainerResponse>, 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, priority: String? = null, restartPolicy: String? = null, revision: Int, sku: String? = null, tags: Map<String, String>? = null, type: String, volumes: List<VolumeResponse>? = null, zones: List<String>? = null)
Properties
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
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
Restart policy for all containers within the container group.
Link copied to clipboard
The list of volumes that can be mounted by containers in this container group.