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:
delete
public abstract void delete()
Deletes the DNS alias.
deleteAsync
public abstract Mono
Deletes the DNS alias asynchronously.
Returns:
parentId
public abstract String parentId()
Gets the parent SQL server ID.
Returns:
sqlServerName
public abstract String sqlServerName()
Gets the name of the SQL Server to which this DNS alias belongs.
Returns:
Applies to
Azure SDK for Java