Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByStorageSyncServiceAsync Método

Definición

Obtiene los recursos de vínculo privado que se deben crear para un servicio de sincronización de almacenamiento.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult> ListByStorageSyncServiceAsync (this Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations operations, string resourceGroupName, string storageSyncServiceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByStorageSyncServiceAsync : Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult>
<Extension()>
Public Function ListByStorageSyncServiceAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, storageSyncServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResult)

Parámetros

operations
IPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

storageSyncServiceName
String

Nombre del servicio de sincronización de almacenamiento dentro del grupo de recursos especificado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a