Compartir a través de


ProtectionContainersOperationsExtensions.GetAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource>
<Extension()>
Public Function GetAsync (operations As IProtectionContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProtectionContainerResource)

Parámetros

operations
IProtectionContainersOperations

Grupo de operaciones para 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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a