Package version:

Interface ManagedServerDnsAliases

Interface representing a ManagedServerDnsAliases.

Hierarchy

  • ManagedServerDnsAliases

Methods

  • Deletes the managed 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.

    • managedInstanceName: string

      The name of the managed instance.

    • dnsAliasName: string
    • Optional options: ManagedServerDnsAliasesDeleteOptionalParams

      The options parameters.

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

Generated using TypeDoc