AzureNamedKeyCredential
Credential allowing a named key to be used for authenticating to an Azure Service.
It provides the ability to update the key without creating a new client.
Name of the key used to authenticate to an Azure service.
Initializes a new instance of the AzureNamedKeyCredential class.
Allows deconstruction of the credential into the associated name and key as an atomic operation.
Updates the named key. This is intended to be used when you've regenerated your
service key and want to update long-lived clients.