PrivateLinkResourcesOperationsExtensions.ListByStorageSyncService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les ressources de liaison privée qui doivent être créées pour un service de synchronisation de stockage.
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
Paramètres
- operations
- IPrivateLinkResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
- String
Nom du service de synchronisation de stockage dans le groupe de ressources spécifié.
Retours
S’applique à
Azure SDK for .NET