StorageSharedKeyCredential class
NODE.JSランタイムでのみ使用できます。
Azure Storage サービスのアカウント キー承認用の StorageSharedKeyCredential。
- Extends
コンストラクター
Storage |
StorageSharedKeyCredential のインスタンスを作成します。 |
プロパティ
account |
Azure Storage アカウント名。Readonly。 |
メソッド
computeHMACSHA256(string) | HTTP 要求または SAS のハッシュ署名を生成します。 |
create(Request |
StorageSharedKeyCredentialPolicy オブジェクトを作成します。 |
コンストラクターの詳細
StorageSharedKeyCredential(string, string)
StorageSharedKeyCredential のインスタンスを作成します。
new StorageSharedKeyCredential(accountName: string, accountKey: string)
パラメーター
- accountName
-
string
- accountKey
-
string
プロパティの詳細
accountName
Azure Storage アカウント名。Readonly。
accountName: string
プロパティ値
string
メソッドの詳細
computeHMACSHA256(string)
HTTP 要求または SAS のハッシュ署名を生成します。
function computeHMACSHA256(stringToSign: string): string
パラメーター
- stringToSign
-
string
戻り値
string
create(RequestPolicy, RequestPolicyOptionsLike)
StorageSharedKeyCredentialPolicy オブジェクトを作成します。
function create(nextPolicy: RequestPolicy, options: RequestPolicyOptionsLike): StorageSharedKeyCredentialPolicy
パラメーター
- nextPolicy
- IHttpClient
- options
- RequestPolicyOptions