ISqlSyncGroupOperations Interface
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.
Représentation des opérations de groupe de synchronisation Azure SQL.
public interface ISqlSyncGroupOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISqlSyncGroupOperations = interface
interface IBeta
interface ISupportsCreating<IWithSqlServer>
Public Interface ISqlSyncGroupOperations
Implements IBeta, ISupportsCreating(Of IWithSqlServer)
- Implémente
Méthodes
Define(String) |
Représentation des opérations de groupe de synchronisation Azure SQL. (Hérité de ISupportsCreating<T>) |
GetBySqlServer(String, String, String, String) |
Obtient les informations sur une ressource enfant de Azure SQL serveur, en l’identifiant par son nom et son groupe de ressources. |
GetBySqlServerAsync(String, String, String, String, CancellationToken) |
Obtient de manière asynchrone les informations sur une ressource enfant à partir de Azure SQL serveur, en l’identifiant par son nom et son groupe de ressources. |
ListSyncDatabaseIds(Region) |
Obtient une collection d’ID de base de données de synchronisation. |
ListSyncDatabaseIds(String) |
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. |
ListSyncDatabaseIdsAsync(String, CancellationToken) |
Obtient une collection d’ID de base de données de synchronisation. |
S’applique à
Azure SDK for .NET