Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByStorageSyncService 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 Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult ListByStorageSyncService (this Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations operations, string resourceGroupName, string storageSyncServiceName);
static member ListByStorageSyncService : Microsoft.Azure.Management.StorageSync.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.StorageSync.Models.PrivateLinkResourceListResult
<Extension()>
Public Function ListByStorageSyncService (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, storageSyncServiceName As String) As PrivateLinkResourceListResult

Parámetros

operations
IPrivateLinkResourcesOperations

El grupo de operaciones de 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.

Devoluciones

Se aplica a