get Protection Container
suspend fun getProtectionContainer(argument: GetProtectionContainerPlainArgs): GetProtectionContainerResult
Gets details of the specific container registered to your Recovery Services Vault. API Version: 2021-02-01.
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
container Name
Name of the container whose details need to be fetched.
fabric Name
Name of the fabric where the container belongs.
resource Group Name
The name of the resource group where the recovery services vault is present.
vault Name
The name of the recovery services vault.
See also
suspend fun getProtectionContainer(argument: suspend GetProtectionContainerPlainArgsBuilder.() -> Unit): GetProtectionContainerResult
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.