Compartir a través de


ResourceGuardProxyOperationsExtensions.GetAsync Método

Definición

Devuelve ResourceGuardProxy en el almacén y con el nombre al que se hace referencia en la solicitud.

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

Parámetros

operations
IResourceGuardProxyOperations

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.

resourceGuardProxyName
String
cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a