ContainerinstanceFunctions

Functions

Link copied to clipboard

Get the properties of the specified container group profile. Uses Azure REST API version 2024-11-01-preview.

suspend fun getCGProfile(containerGroupProfileName: String, resourceGroupName: String): GetCGProfileResult
Link copied to clipboard

Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes. Uses Azure REST API version 2023-05-01. Other available API versions: 2021-03-01, 2021-07-01, 2023-02-01-preview, 2024-05-01-preview, 2024-09-01-preview, 2024-10-01-preview, 2024-11-01-preview.

suspend fun getContainerGroup(containerGroupName: String, resourceGroupName: String): GetContainerGroupResult
Link copied to clipboard

Gets the properties of the specified container group profile in the specified subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc. Uses Azure REST API version 2024-05-01-preview.

suspend fun getContainerGroupProfile(containerGroupProfileName: String, resourceGroupName: String): GetContainerGroupProfileResult
Link copied to clipboard

Get the properties of the specified n group. Uses Azure REST API version 2024-09-01-preview. Other available API versions: 2024-11-01-preview.

suspend fun getNGroup(argument: suspend GetNGroupPlainArgsBuilder.() -> Unit): GetNGroupResult
suspend fun getNGroup(ngroupsName: String, resourceGroupName: String): GetNGroupResult