ISqlSyncGroupOperationsDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container interface for all the definitions that need to be implemented.
public interface ISqlSyncGroupOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithConflictResolutionPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithDatabasePassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithDatabaseUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncDatabaseId, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncGroupDatabase
type ISqlSyncGroupOperationsDefinition = interface
interface IBeta
interface IWithSqlServer
interface IWithSyncGroupDatabase
interface IWithSyncDatabaseId
interface IWithDatabaseUserName
interface IWithDatabasePassword
interface IWithConflictResolutionPolicy
interface IWithInterval
interface IWithSchema
interface IWithCreate
interface ICreatable<ISqlSyncGroup>
interface IIndexable
Public Interface ISqlSyncGroupOperationsDefinition
Implements IBeta, ICreatable(Of ISqlSyncGroup), IWithConflictResolutionPolicy, IWithCreate, IWithDatabasePassword, IWithDatabaseUserName, IWithSqlServer, IWithSyncDatabaseId, IWithSyncGroupDatabase
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithConflictResolutionPolicyHubWins() |
Sets the conflict resolution policy to "HubWin". (Inherited from IWithConflictResolutionPolicy) |
WithConflictResolutionPolicyMemberWins() |
Sets the conflict resolution policy to "MemberWin". (Inherited from IWithConflictResolutionPolicy) |
WithDatabasePassword(String) |
Sets the database login password. (Inherited from IWithDatabasePassword) |
WithDatabaseUserName(String) |
Sets the database user name. (Inherited from IWithDatabaseUserName) |
WithExistingDatabaseName(String) |
Sets the name of the database on which the sync group is hosted. (Inherited from IWithSyncGroupDatabase) |
WithExistingSqlDatabase(ISqlDatabase) |
Sets the parent SQL server for the new Sync Group. (Inherited from IWithSqlServer) |
WithExistingSqlServer(String, String) |
Sets the parent SQL server name and resource group it belongs to. (Inherited from IWithSqlServer) |
WithInterval(Int32) |
Sets the sync frequency. (Inherited from IWithInterval) |
WithSchema(SyncGroupSchema) |
Sets the schema. (Inherited from IWithSchema) |
WithSyncDatabaseId(String) |
Sets the sync database ID. (Inherited from IWithSyncDatabaseId) |
Applies to
Azure SDK for .NET