你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServerDnsAlias Interface

Implements

public interface SqlServerDnsAlias
extends HasId, HasInnerModel<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 String azureDnsRecord()

Gets the fully qualified DNS record for alias.

abstract void delete()

Deletes the DNS alias.

abstract Mono<Void> deleteAsync()

Deletes the DNS alias asynchronously.

abstract String parentId()

Gets the parent SQL server ID.

abstract String sqlServerName()

Gets the name of the SQL Server to which this DNS alias belongs.

Method Details

azureDnsRecord

public abstract String azureDnsRecord()

Gets the fully qualified DNS record for alias.

Returns:

the fully qualified DNS record for alias

delete

public abstract void delete()

Deletes the DNS alias.

deleteAsync

public abstract Mono<Void> deleteAsync()

Deletes the DNS alias asynchronously.

Returns:

a representation of the deferred computation of this call

parentId

public abstract String parentId()

Gets the parent SQL server ID.

Returns:

the parent SQL server ID

sqlServerName

public abstract String sqlServerName()

Gets the name of the SQL Server to which this DNS alias belongs.

Returns:

name of the SQL Server to which this DNS alias belongs

Applies to