AzureKeyCredential class

基になるキー値の更新をサポートする静的キーベースの資格情報。

コンストラクター

AzureKeyCredential(string)

サービス クライアントで使用する AzureKeyCredential のインスタンスを作成します。

プロパティ

key

認証で使用するキーの値

メソッド

update(string)

キーの値を変更します。

更新は、キー値を更新した後、次の要求に対して有効になります。

コンストラクターの詳細

AzureKeyCredential(string)

サービス クライアントで使用する AzureKeyCredential のインスタンスを作成します。

new AzureKeyCredential(key: string)

パラメーター

key

string

認証で使用するキーの初期値

プロパティの詳細

key

認証で使用するキーの値

string key

プロパティ値

string

メソッドの詳細

update(string)

キーの値を変更します。

更新は、キー値を更新した後、次の要求に対して有効になります。

function update(newKey: string)

パラメーター

newKey

string

使用する新しいキー値