BatchSharedKeyCredentials クラス

定義

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

public class BatchSharedKeyCredentials : Microsoft.Azure.Batch.Auth.BatchCredentials
type BatchSharedKeyCredentials = class
    inherit BatchCredentials
Public Class BatchSharedKeyCredentials
Inherits BatchCredentials
継承
BatchSharedKeyCredentials

コンストラクター

BatchSharedKeyCredentials(String, String, String)

指定した Batch サービス エンドポイント、アカウント名、およびアクセス キーを使用して、 クラスの新しいインスタンス BatchSharedKeyCredentials を初期化します。

プロパティ

AccountName

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

BaseUrl

Batch サービス エンドポイントを取得します。

(継承元 BatchCredentials)

適用対象