AzureKeyCredential.Update(String) Method

Definition

Updates the service key. This is intended to be used when you've regenerated your service key and want to update long lived clients.

public void Update (string key);
member this.Update : string -> unit
Public Sub Update (key As String)

Parameters

key
String

Key to authenticate the service against.

Exceptions

Thrown when the key is null.

Thrown when the key is empty.

Applies to