Compartir a través de


ProtectionContainersOperationsExtensions.Get Método

Definición

Obtiene los detalles del contenedor específico registrado en el almacén de Recovery Services.

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource
<Extension()>
Public Function Get (operations As IProtectionContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String) As ProtectionContainerResource

Parámetros

operations
IProtectionContainersOperations

El grupo de operaciones de este método de extensión.

vaultName
String

Nombre del almacén de Recovery Services.

resourceGroupName
String

Nombre del grupo de recursos donde está presente el almacén de Recovery Services.

fabricName
String

Nombre del tejido al que pertenece el contenedor.

containerName
String

Nombre del contenedor cuyos detalles deben capturarse.

Devoluciones

Se aplica a