ISqlSyncGroupOperations.ListSyncDatabaseIdsAsync 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.
Surcharges
ListSyncDatabaseIdsAsync(Region, CancellationToken) |
Obtient une collection d’ID de base de données de synchronisation. |
ListSyncDatabaseIdsAsync(String, CancellationToken) |
Obtient une collection d’ID de base de données de synchronisation. |
ListSyncDatabaseIdsAsync(Region, CancellationToken)
Obtient une collection d’ID de base de données de synchronisation.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> ListSyncDatabaseIdsAsync (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSyncDatabaseIdsAsync : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Public Function ListSyncDatabaseIdsAsync (region As Region, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of String))
Paramètres
- region
- Region
Région où se trouve la ressource.
- cancellationToken
- CancellationToken
Retours
S’applique à
ListSyncDatabaseIdsAsync(String, CancellationToken)
Obtient une collection d’ID de base de données de synchronisation.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> ListSyncDatabaseIdsAsync (string locationName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSyncDatabaseIdsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Public Function ListSyncDatabaseIdsAsync (locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of String))
Paramètres
- locationName
- String
Nom de la région où se trouve la ressource.
- cancellationToken
- CancellationToken
Retours
S’applique à
Azure SDK for .NET