Package version:

Interface ServerAzureADAdministrators

Interface representing a ServerAzureADAdministrators.

Hierarchy

  • ServerAzureADAdministrators

Methods

  • Deletes the Azure Active Directory administrator 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.

    • administratorName: string

      The name of server active directory administrator.

    • Optional options: ServerAzureADAdministratorsDeleteOptionalParams

      The options parameters.

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

Generated using TypeDoc