get CGProfile
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
container Group Profile Name
ContainerGroupProfile name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCGProfile(argument: suspend GetCGProfilePlainArgsBuilder.() -> Unit): GetCGProfileResult
Return
container group profile object
Parameters
argument
Builder for com.pulumi.azurenative.containerinstance.kotlin.inputs.GetCGProfilePlainArgs.