SqlServerDnsAlias Interface

public interface SqlServerDnsAlias extends HasId,HasInner,HasName,HasResourceGroup,Indexable,Refreshable

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

Method Summary

Modifier and Type Method and Description
String azureDnsRecord()
void delete()

Deletes the DNS alias.

Completable deleteAsync()

Deletes the DNS alias asynchronously.

String parentId()
String sqlServerName()

Inherited Members

Method Details

azureDnsRecord

public String azureDnsRecord()

Returns:

the fully qualified DNS record for alias

delete

public void delete()

Deletes the DNS alias.

deleteAsync

public Completable deleteAsync()

Deletes the DNS alias asynchronously.

Returns:

a representation of the deferred computation of this call

parentId

public String parentId()

Returns:

the parent SQL server ID

sqlServerName

public String sqlServerName()

Returns:

name of the SQL Server to which this DNS alias belongs

Applies to