Interface SqlServerDnsAlias

    • Method Detail

      • sqlServerName

        String sqlServerName()
        Returns:
        name of the SQL Server to which this DNS alias belongs
      • azureDnsRecord

        String azureDnsRecord()
        Returns:
        the fully qualified DNS record for alias
      • parentId

        String parentId()
        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