@Beta(value=V1_8_0) public interface SqlServerDnsAliasOperations extends SupportsCreating<SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer>, SqlChildrenOperations<SqlServerDnsAlias>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlServerDnsAliasOperations.DefinitionStages
Grouping of all the SQL Server DNS alias definition stages.
|
static interface |
SqlServerDnsAliasOperations.SqlServerDnsAliasActionsDefinition
Grouping of the Azure SQL Server DNS alias common actions.
|
static interface |
SqlServerDnsAliasOperations.SqlServerDnsAliasOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
SqlChildrenOperations.SqlChildrenActionsDefinition<T>
Modifier and Type | Method and Description |
---|---|
void |
acquire(String dnsAliasName,
String oldSqlServerId,
String newSqlServerId)
Acquires server DNS alias from another server.
|
void |
acquire(String resourceGroupName,
String serverName,
String dnsAliasName,
String sqlServerId)
Acquires server DNS alias from another server.
|
rx.Completable |
acquireAsync(String dnsAliasName,
String oldSqlServerId,
String newSqlServerId)
Acquires server DNS alias from another server asynchronously.
|
rx.Completable |
acquireAsync(String resourceGroupName,
String serverName,
String dnsAliasName,
String sqlServerId)
Acquires server DNS alias from another server asynchronously.
|
define
deleteById, deleteByIdAsync, deleteBySqlServer, deleteBySqlServerAsync, getById, getByIdAsync, getBySqlServer, getBySqlServer, getBySqlServerAsync, getBySqlServerAsync, listBySqlServer, listBySqlServer, listBySqlServerAsync, listBySqlServerAsync
void acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server that the alias is pointing todnsAliasName
- the name of the Server DNS aliassqlServerId
- the id of the other SQL server that the DNS alias was pointing torx.Completable acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
resourceGroupName
- the name of the resource group that contains the resourceserverName
- the name of the server that the alias is pointing todnsAliasName
- the name of the Server DNS aliassqlServerId
- the id of the other SQL server that the DNS alias was pointing tovoid acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
dnsAliasName
- the name of the Server DNS aliasoldSqlServerId
- the id of the other SQL server that the DNS alias was pointing tonewSqlServerId
- the id of the server that the alias is pointing torx.Completable acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
dnsAliasName
- the name of the Server DNS aliasoldSqlServerId
- the id of the other SQL server that the DNS alias was pointing tonewSqlServerId
- the id of the server that the alias is pointing toCopyright © 2019. All rights reserved.