Package version:

Class AzureNamedKeyCredential

A static name/key-based credential that supports updating the underlying name and key values.

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

    • newName: string

      The new name value to be used.

    • newKey: string

      The new key value to be used.

    Returns void