Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Keys

Package version

Interface representing a Keys.

Hierarchy

  • Keys

Implemented by

Index

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

  • Returns a list of keys in a workspace

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • Optional options: KeysListByWorkspaceOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Key>

Generated using TypeDoc