getProtectionContainer

Gets details of the specific container registered to your Recovery Services Vault. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-10-01, 2024-11-01-preview.

Return

Base class for container with backup items. Containers with specific workloads are derived from this class.

Parameters

argument

null


suspend fun getProtectionContainer(containerName: String, fabricName: String, resourceGroupName: String, vaultName: String): GetProtectionContainerResult

Return

Base class for container with backup items. Containers with specific workloads are derived from this class.

Parameters

containerName

Name of the container whose details need to be fetched.

fabricName

Name of the fabric where the container belongs.

resourceGroupName

The name of the resource group where the recovery services vault is present.

vaultName

The name of the recovery services vault.

See also


Return

Base class for container with backup items. Containers with specific workloads are derived from this class.

Parameters

argument

Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetProtectionContainerPlainArgs.

See also