ISqlSyncMemberOperationsDefinition Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Interface de contêiner para todas as definições que precisam ser implementadas.
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
- Implementações
Propriedades
Key |
Interface de contêiner para todas as definições que precisam ser implementadas. (Herdado de IIndexable) |
Name |
Obtém o nome do recurso creatável. (Herdado de ICreatable<T>) |
Métodos
Create() |
Execute a solicitação de criação. (Herdado de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Coloca a solicitação na fila e permite que o cliente HTTP a execute quando os recursos do sistema estiverem disponíveis. (Herdado de ICreatable<T>) |
WithDatabaseType(SyncDirection) |
Define a direção da sincronização. (Herdado de IWithSyncDirection) |
WithExistingDatabaseName(String) |
Define o nome do banco de dados no qual o Membro de sincronização está hospedado. (Herdado de IWithSyncMemberDatabase) |
WithExistingSqlServer(String, String) |
Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence. (Herdado de IWithSqlServer) |
WithExistingSyncGroup(ISqlSyncGroup) |
Define o SQL Server pai para o novo Membro de Sincronização. (Herdado de IWithSqlServer) |
WithExistingSyncGroupName(String) |
Define o nome do banco de dados no qual o Membro de sincronização está hospedado. (Herdado de IWithSyncGroupName) |
WithMemberDatabaseType(SyncMemberDbType) |
Define o tipo de banco de dados membro. (Herdado de IWithMemberDatabaseType) |
WithMemberPassword(String) |
Define o membro Banco de Dados SQL senha. (Herdado de IWithMemberPassword) |
WithMemberSqlDatabase(ISqlDatabase) |
Define o membro Banco de Dados SQL. (Herdado de IWithMemberSqlServer) |
WithMemberSqlDatabaseName(String) |
Define o nome Banco de Dados SQL membro. (Herdado de IWithMemberSqlDatabase) |
WithMemberSqlServerName(String) |
Define o nome do SQL Server membro. (Herdado de IWithMemberSqlServer) |
WithMemberUserName(String) |
Define o nome de usuário Banco de Dados SQL membro. (Herdado de IWithMemberUserName) |
Aplica-se a
Azure SDK for .NET