getContainerGroupProfile

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.

Return

A container group profile.

Parameters

argument

null


suspend fun getContainerGroupProfile(containerGroupProfileName: String, resourceGroupName: String): GetContainerGroupProfileResult

Return

A container group profile.

Parameters

containerGroupProfileName

The name of the container group profile.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

A container group profile.

Parameters

argument

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

See also