SqlServerDnsAliasOperations Interface
Implements
public interface SqlServerDnsAliasOperations
extends SupportsCreating<WithSqlServer>, SqlChildrenOperations<SqlServerDnsAlias>
A representation of the Azure SQL Server DNS alias operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
Acquires server DNS alias from another server. |
| abstract void |
acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
Acquires server DNS alias from another server. |
| abstract Mono<Void> |
acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
Acquires server DNS alias from another server asynchronously. |
| abstract Mono<Void> |
acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
Acquires server DNS alias from another server asynchronously. |
Method Details
acquire
public abstract void acquire(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
Acquires server DNS alias from another server.
Parameters:
acquire
public abstract void acquire(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
Acquires server DNS alias from another server.
Parameters:
acquireAsync
public abstract Mono<Void> acquireAsync(String dnsAliasName, String oldSqlServerId, String newSqlServerId)
Acquires server DNS alias from another server asynchronously.
Parameters:
Returns:
acquireAsync
public abstract Mono<Void> acquireAsync(String resourceGroupName, String serverName, String dnsAliasName, String sqlServerId)
Acquires server DNS alias from another server asynchronously.
Parameters:
Returns: