get Container Group Profile
suspend fun getContainerGroupProfile(argument: GetContainerGroupProfilePlainArgs): GetContainerGroupProfileResult
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
container Group Profile Name
The name of the container group profile.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getContainerGroupProfile(argument: suspend GetContainerGroupProfilePlainArgsBuilder.() -> Unit): GetContainerGroupProfileResult
Return
A container group profile.
Parameters
argument
Builder for com.pulumi.azurenative.containerinstance.kotlin.inputs.GetContainerGroupProfilePlainArgs.