PrivateEndpointConnectionsOperationsExtensions.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.
Obtenez une liste PrivateEndpointConnection.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> ListByStorageSyncService (this Microsoft.Azure.Management.StorageSync.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string storageSyncServiceName);
static member ListByStorageSyncService : Microsoft.Azure.Management.StorageSync.IPrivateEndpointConnectionsOperations * string * string -> seq<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByStorageSyncService (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, storageSyncServiceName As String) As IEnumerable(Of PrivateEndpointConnection)
Paramètres
- operations
- IPrivateEndpointConnectionsOperations
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 de la ressource du service de synchronisation de stockage.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET