IUpdate 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.
Modèle pour une opération de mise à jour du groupe de synchronisation SQL, contenant tous les paramètres pouvant être modifiés.
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithDatabasePassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithDatabaseUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithInterval, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithSchema, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithSyncDatabaseId
type IUpdate = interface
interface IBeta
interface IWithSyncDatabaseId
interface IWithDatabaseUserName
interface IWithDatabasePassword
interface IWithConflictResolutionPolicy
interface IWithInterval
interface IWithSchema
interface IAppliable<ISqlSyncGroup>
interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlSyncGroup), IBeta, IWithConflictResolutionPolicy, IWithDatabasePassword, IWithDatabaseUserName, IWithInterval, IWithSchema, IWithSyncDatabaseId
- Implémente
Propriétés
Key |
Modèle pour une opération de mise à jour du groupe de synchronisation SQL, contenant tous les paramètres pouvant être modifiés. (Hérité de IIndexable) |
Méthodes
Apply() |
Exécutez la demande de mise à jour. (Hérité de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Exécutez la demande de mise à jour de manière asynchrone. (Hérité de IAppliable<T>) |
WithConflictResolutionPolicyHubWins() |
Définit la stratégie de résolution des conflits sur « HubWin ». (Hérité de IWithConflictResolutionPolicy) |
WithConflictResolutionPolicyMemberWins() |
Définit la stratégie de résolution des conflits sur « MemberWin ». (Hérité de IWithConflictResolutionPolicy) |
WithDatabasePassword(String) |
Définit le mot de passe de connexion à la base de données. (Hérité de IWithDatabasePassword) |
WithDatabaseUserName(String) |
Définit le nom d’utilisateur de la base de données. (Hérité de IWithDatabaseUserName) |
WithInterval(Int32) |
Définit la fréquence de synchronisation. (Hérité de IWithInterval) |
WithSchema(SyncGroupSchema) |
Définit le schéma. (Hérité de IWithSchema) |
WithSyncDatabaseId(String) |
Définit l’ID de base de données de synchronisation. (Hérité de IWithSyncDatabaseId) |
S’applique à
Azure SDK for .NET