get Container Group
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. API Version: 2021-03-01.
Return
A container group.
Parameters
argument
null
suspend fun getContainerGroup(containerGroupName: String, resourceGroupName: String): GetContainerGroupResult
Return
A container group.
Parameters
container Group Name
The name of the container group.
resource Group Name
The name of the resource group.
See also
suspend fun getContainerGroup(argument: suspend GetContainerGroupPlainArgsBuilder.() -> Unit): GetContainerGroupResult
Return
A container group.
Parameters
argument
Builder for com.pulumi.azurenative.containerinstance.kotlin.inputs.GetContainerGroupPlainArgs.