AzureKeyCredential.Update(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Submit and view feedback for