Get-AzRecoveryServicesAsrProtectionContainer
Obtiene los contenedores de protección de ASR en el almacén de Recovery Services.
Sintaxis
Get-AzRecoveryServicesAsrProtectionContainer
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrProtectionContainer
-Name <String>
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrProtectionContainer
-FriendlyName <String>
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
El cmdlet Get-AzRecoveryServicesAsrProtectionContainer obtiene contenedores de protección de Azure Site Recovery en el almacén de Recovery Services. Un contenedor de protección es un contenedor lógico para objetos protegidos(detectados) y protegidos como máquinas virtuales. Las directivas de replicación definen la configuración de replicación para los elementos protegidos y se pueden asociar a un contenedor de protección y se pueden aplicar a un elemento protegible.
Ejemplos
Ejemplo 1
$ProtectionContainers = Get-AzRecoveryServicesAsrProtectionContainer -Fabric $fabric
Lista de contenedores de protección en $fabric de tejido.
Ejemplo 2
Get-AzRecoveryServicesAsrProtectionContainer -Name xxxxx -Fabric $fabric
FriendlyName : xxxxxxxx
Name : xxxxx
ID : /Subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxxxxxx/providers/Microsoft.RecoveryServices/vaults/xxxxxxxxxx/replicationFabrics/xxxxxxxxxxxxxxxxxxxxxxxxx/replicationProtectionContainers/xxxxxxxxxxxxxxxxxxxxxxxxx
Type : Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers
FabricFriendlyName : xxxxxxxxxxxxxxxxxxxxxxxxx
FabricType : VMware
Role : Primary
AvailablePolicies : {V2aTestPolicy, v2ahydra, v2aswag-failback, v2aswag}
ProtectionContainerMappings : {pcmmapping, v2aPowerold, 636569dc-79bc-4f50-b83d-89f58717f0b2, df7aa204-b0ef-4d62-943e-324551030e5b}
Contenedor de protección en el tejido $fabric con el nombre.
Ejemplo 3
Get-AzRecoveryServicesAsrProtectionContainer -FriendlyName xxxxxxxx -Fabric $fabric
FriendlyName : xxxxxxxx
Name : xxxxx
ID : /Subscriptions/xxxxxxxxxxxxxxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxxxxxx/providers/Microsoft.RecoveryServices/vaults/xxxxxxxxxx/replicationFabrics/xxxxxxxxxxxxxxxxxxxxxxxxx/replicationProtectionContainers/xxxxxxxxxxxxxxxxxxxxxxxxx
Type : Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers
FabricFriendlyName : xxxxxxxxxxxxxxxxxxxxxxxxx
FabricType : VMware
Role : Primary
AvailablePolicies : {V2aTestPolicy, v2ahydra, v2aswag-failback, v2aswag}
ProtectionContainerMappings : {pcmmapping, v2aPowerold, 636569dc-79bc-4f50-b83d-89f58717f0b2, df7aa204-b0ef-4d62-943e-324551030e5b}
Contenedor de protección en el tejido $fabric con nombre descriptivo.
Parámetros
-DefaultProfile
Credenciales, cuenta, inquilino y suscripción usados para la comunicación con Azure.
Tipo: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Posición: | Named |
Valor predeterminado: | None |
Requerido: | False |
Aceptar entrada de canalización: | False |
Aceptar caracteres comodín: | False |
-Fabric
Busque el contenedor de protección en el tejido de ASR especificado.
Tipo: | ASRFabric |
Posición: | Named |
Valor predeterminado: | None |
Requerido: | True |
Aceptar entrada de canalización: | True |
Aceptar caracteres comodín: | False |
-FriendlyName
Especifica el nombre descriptivo del contenedor de protección de ASR que se va a buscar.
Tipo: | String |
Posición: | Named |
Valor predeterminado: | None |
Requerido: | True |
Aceptar entrada de canalización: | False |
Aceptar caracteres comodín: | False |
-Name
Especifica el nombre del contenedor de protección de ASR que se va a buscar.
Tipo: | String |
Posición: | Named |
Valor predeterminado: | None |
Requerido: | True |
Aceptar entrada de canalización: | False |
Aceptar caracteres comodín: | False |