Interface SqlServerDnsAlias
- All Superinterfaces:
HasId, HasInnerModel<ServerDnsAliasInner>, HasName, HasResourceGroup, 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
Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
sqlServerName
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
-
azureDnsRecord
String azureDnsRecord()Gets the fully qualified DNS record for alias.- Returns:
- the fully qualified DNS record for alias
-
parentId
-
delete
void delete()Deletes the DNS alias. -
deleteAsync
-