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
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
HasResourceGroup.resourceGroupName()
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java