SqlServerDnsAlias Interface

Implements

HasId HasName HasResourceGroup HasInner<com.microsoft.azure.management.sql.implementation.ServerDnsAliasInner> Indexable Refreshable<SqlServerDnsAlias>

public interface SqlServerDnsAlias
extends HasId, HasInner<com.microsoft.azure.management.sql.implementation.ServerDnsAliasInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerDnsAlias>

An immutable client-side representation of an Azure SQL Server DNS alias.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String azureDnsRecord()
abstract void delete()

Deletes the DNS alias.

abstract rx.Completable deleteAsync()

Deletes the DNS alias asynchronously.

abstract java.lang.String parentId()
abstract java.lang.String sqlServerName()

Method Details

azureDnsRecord

public abstract String azureDnsRecord()

Returns:

the fully qualified DNS record for alias

delete

public abstract void delete()

Deletes the DNS alias.

deleteAsync

public abstract Completable deleteAsync()

Deletes the DNS alias asynchronously.

Returns:

a representation of the deferred computation of this call

parentId

public abstract String parentId()

Returns:

the parent SQL server ID

sqlServerName

public abstract String sqlServerName()

Returns:

name of the SQL Server to which this DNS alias belongs

Applies to