次の方法で共有


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 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