SqlServerDnsAlias Interface
Implements
HasId
HasName
HasResourceGroup
HasInnerModel<ServerDnsAliasInner>
Indexable
Refreshable<SqlServerDnsAlias>
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() |
abstract void |
delete()
Deletes the DNS alias. |
abstract Mono<Void> |
deleteAsync()
Deletes the DNS alias asynchronously. |
abstract String | parentId() |
abstract 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 Mono
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