次の方法で共有


CloudQueueClient コンストラクター

定義

オーバーロード

CloudQueueClient(StorageUri, StorageCredentials, DelegatingHandler)

指定された Queue サービスのエンドポイントとアカウントの資格情報を使用して、CloudQueueClient クラスの新しいインスタンスを初期化します。

CloudQueueClient(Uri, StorageCredentials, DelegatingHandler)

指定された Queue サービスのエンドポイントとアカウントの資格情報を使用して、CloudQueueClient クラスの新しいインスタンスを初期化します。

CloudQueueClient(StorageUri, StorageCredentials, DelegatingHandler)

指定された Queue サービスのエンドポイントとアカウントの資格情報を使用して、CloudQueueClient クラスの新しいインスタンスを初期化します。

public CloudQueueClient (Microsoft.Azure.Storage.StorageUri storageUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials, System.Net.Http.DelegatingHandler delegatingHandler = default);
new Microsoft.Azure.Storage.Queue.CloudQueueClient : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.Auth.StorageCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Storage.Queue.CloudQueueClient
Public Sub New (storageUri As StorageUri, credentials As StorageCredentials, Optional delegatingHandler As DelegatingHandler = Nothing)

パラメーター

storageUri
StorageUri

クライアントの StorageUri 作成に使用する Queue サービス エンドポイントを含む オブジェクト。

credentials
StorageCredentials

StorageCredentials オブジェクト。

delegatingHandler
DelegatingHandler

1 つ以上の DelegatingHandler インスタンスのチェーン。最も内側には null InnerHandler が必要です。

適用対象

CloudQueueClient(Uri, StorageCredentials, DelegatingHandler)

指定された Queue サービスのエンドポイントとアカウントの資格情報を使用して、CloudQueueClient クラスの新しいインスタンスを初期化します。

public CloudQueueClient (Uri baseUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials, System.Net.Http.DelegatingHandler delegatingHandler = default);
new Microsoft.Azure.Storage.Queue.CloudQueueClient : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials * System.Net.Http.DelegatingHandler -> Microsoft.Azure.Storage.Queue.CloudQueueClient
Public Sub New (baseUri As Uri, credentials As StorageCredentials, Optional delegatingHandler As DelegatingHandler = Nothing)

パラメーター

baseUri
Uri

クライアントの作成に使用する Queue サービスのエンドポイントを表す Uri です。

credentials
StorageCredentials

StorageCredentials オブジェクト。

delegatingHandler
DelegatingHandler

1 つ以上の DelegatingHandler インスタンスのチェーン。最も内側には null InnerHandler が必要です。

適用対象