Package version:

Interface ServerDnsAliases

Interface representing a ServerDnsAliases.

Hierarchy

  • ServerDnsAliases

Methods

  • Deletes the server DNS alias with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server that the alias is pointing to.

    • dnsAliasName: string

      The name of the server dns alias.

    • Optional options: ServerDnsAliasesDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes the server DNS alias with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server that the alias is pointing to.

    • dnsAliasName: string

      The name of the server dns alias.

    • Optional options: ServerDnsAliasesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc