ISqlSyncMemberOperationsDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface ISqlSyncMemberOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncMember>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberDatabaseType, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberPassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberSqlDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncDirection, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncGroupName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncMemberDatabase
type ISqlSyncMemberOperationsDefinition = interface
    interface IBeta
    interface IWithSqlServer
    interface IWithSyncMemberDatabase
    interface IWithSyncGroupName
    interface IWithMemberSqlServer
    interface IWithMemberSqlDatabase
    interface IWithMemberUserName
    interface IWithMemberPassword
    interface IWithMemberDatabaseType
    interface IWithSyncDirection
    interface IWithCreate
    interface ICreatable<ISqlSyncMember>
    interface IIndexable
Public Interface ISqlSyncMemberOperationsDefinition
Implements IBeta, ICreatable(Of ISqlSyncMember), IWithCreate, IWithMemberDatabaseType, IWithMemberPassword, IWithMemberSqlDatabase, IWithMemberSqlServer, IWithMemberUserName, IWithSqlServer, IWithSyncDirection, IWithSyncGroupName, IWithSyncMemberDatabase
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>)
WithDatabaseType(SyncDirection)

Sets the sync direction.

(Inherited from IWithSyncDirection)
WithExistingDatabaseName(String)

Sets the name of the database on which the sync Member is hosted.

(Inherited from IWithSyncMemberDatabase)
WithExistingSqlServer(String, String)

Sets the parent SQL server name and resource group it belongs to.

(Inherited from IWithSqlServer)
WithExistingSyncGroup(ISqlSyncGroup)

Sets the parent SQL server for the new Sync Member.

(Inherited from IWithSqlServer)
WithExistingSyncGroupName(String)

Sets the name of the database on which the sync Member is hosted.

(Inherited from IWithSyncGroupName)
WithMemberDatabaseType(SyncMemberDbType)

Sets the member database type.

(Inherited from IWithMemberDatabaseType)
WithMemberPassword(String)

Sets the member SQL Database password.

(Inherited from IWithMemberPassword)
WithMemberSqlDatabase(ISqlDatabase)

Sets the member SQL Database.

(Inherited from IWithMemberSqlServer)
WithMemberSqlDatabaseName(String)

Sets the member SQL Database name.

(Inherited from IWithMemberSqlDatabase)
WithMemberSqlServerName(String)

Sets the member SQL server name.

(Inherited from IWithMemberSqlServer)
WithMemberUserName(String)

Sets the member SQL Database username.

(Inherited from IWithMemberUserName)

Applies to