Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListAsync Método

Definición

Devuelve la lista de recursos de vínculo privado que se deben crear para Backup y SiteRecovery.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations operations, string resourceGroupName, string vaultName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>>
<Extension()>
Public Function ListAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, vaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))

Parámetros

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

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

vaultName
String

Nombre del almacén de Recovery Services.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a