Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeysImpl

Package version

Class containing Keys operations.

Hierarchy

  • KeysImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Deletes a workspace key

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • keyName: string

      The name of the workspace key

    • Optional options: KeysDeleteOptionalParams

      The options parameters.

    Returns Promise<KeysDeleteResponse>

get

  • Gets a workspace key

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • keyName: string

      The name of the workspace key

    • Optional options: KeysGetOptionalParams

      The options parameters.

    Returns Promise<KeysGetResponse>

listByWorkspace

Generated using TypeDoc