@Beta(value=V1_8_0) public static interface SqlServerDnsAliasOperations.SqlServerDnsAliasActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlServerDnsAlias>
Modifier and Type | Method and Description |
---|---|
void |
acquire(String dnsAliasName,
String sqlServerId)
Acquires server DNS alias from another server.
|
rx.Completable |
acquireAsync(String dnsAliasName,
String sqlServerId)
Acquires server DNS alias from another server asynchronously.
|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate |
define(String serverDnsAliasName)
Begins the definition of a new SQL Server DNS alias to be added to this server.
|
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
SqlServerDnsAliasOperations.DefinitionStages.WithCreate define(String serverDnsAliasName)
serverDnsAliasName
- the name of the new DNS alias to be created for the selected SQL servervoid acquire(String dnsAliasName, String sqlServerId)
dnsAliasName
- the name of the Server DNS aliassqlServerId
- the id of the other SQL server that the DNS alias was pointing torx.Completable acquireAsync(String dnsAliasName, String sqlServerId)
dnsAliasName
- the name of the Server DNS aliassqlServerId
- the id of the other SQL server that the DNS alias was pointing toCopyright © 2019. All rights reserved.