次の方法で共有


BatchSharedKeyCredential クラス

定義

Azure Batch アカウントの共有キー資格情報。

public class BatchSharedKeyCredential : Microsoft.Rest.ServiceClientCredentials
type BatchSharedKeyCredential = class
    inherit ServiceClientCredentials
Public Class BatchSharedKeyCredential
Inherits ServiceClientCredentials
継承
BatchSharedKeyCredential

コンストラクター

BatchSharedKeyCredential(String, String)

BatchSharedKeyCredential クラスの新しいインスタンスを初期化します。

プロパティ

AccountName

Batch アカウント名を取得します。

KeyValue

Base64 でエンコードされた文字列として、アカウント アクセス キーを取得します。

メソッド

InitializeServiceClient<T>(ServiceClient<T>)

Azure Batch アカウントの共有キー資格情報。

(継承元 ServiceClientCredentials)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

現在の資格情報を使用して HTTP 要求に署名します。

適用対象