Package version:

Class AzureKeyCredential

A static-key-based credential that supports updating the underlying key value.

Implements

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Change the value of the key.

    Updates will take effect upon the next request after updating the key value.

    Parameters

    • newKey: string

      The new key value to be used

    Returns void