Interface SqlServerDnsAlias

All Superinterfaces:
HasId, HasInnerModel<ServerDnsAliasInner>, HasName, HasResourceGroup, Indexable, Refreshable<SqlServerDnsAlias>

An immutable client-side representation of an Azure SQL Server DNS alias.
  • 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

      String parentId()
      Gets the parent SQL server ID.
      Returns:
      the parent SQL server ID
    • delete

      void delete()
      Deletes the DNS alias.
    • deleteAsync

      Mono<Void> deleteAsync()
      Deletes the DNS alias asynchronously.
      Returns:
      a representation of the deferred computation of this call