getContainerGroup

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. Azure REST API version: 2023-05-01. Other available API versions: 2017-08-01-preview, 2017-12-01-preview, 2021-03-01, 2021-07-01, 2023-02-01-preview.

Return

A container group.

Parameters

argument

null


suspend fun getContainerGroup(containerGroupName: String, resourceGroupName: String): GetContainerGroupResult

Return

A container group.

See also

Parameters

containerGroupName

The name of the container group.

resourceGroupName

The name of the resource group.


Return

A container group.

See also

Parameters

argument

Builder for com.pulumi.azurenative.containerinstance.kotlin.inputs.GetContainerGroupPlainArgs.