getCGProfile

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

Return

container group profile object

Parameters

argument

null


suspend fun getCGProfile(containerGroupProfileName: String, resourceGroupName: String): GetCGProfileResult

Return

container group profile object

Parameters

containerGroupProfileName

ContainerGroupProfile name.

resourceGroupName

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

See also


Return

container group profile object

Parameters

argument

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

See also