PrivateLinkResourcesOperationsExtensions.ListByStorageSyncServiceAsync 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 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)
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é.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET