Package version:

Interface ServerKeys

Interface representing a ServerKeys.

Hierarchy

  • ServerKeys

Methods

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

    • keyName: string

      The name of the server key to be deleted.

    • Optional options: ServerKeysDeleteOptionalParams

      The options parameters.

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

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

    • keyName: string

      The name of the server key to be deleted.

    • Optional options: ServerKeysDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a server key.

    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.

    • keyName: string

      The name of the server key to be retrieved.

    • Optional options: ServerKeysGetOptionalParams

      The options parameters.

    Returns Promise<ServerKey>

Generated using TypeDoc