次の方法で共有


CloudFileClient コンストラクター

定義

オーバーロード

CloudFileClient(StorageUri, StorageCredentials, DelegatingHandler)

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

CloudFileClient(Uri, StorageCredentials, DelegatingHandler)

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

CloudFileClient(StorageUri, StorageCredentials, DelegatingHandler)

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

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

パラメーター

storageUri
StorageUri

クライアントの作成に使用するファイル サービスのエンドポイントです。

credentials
StorageCredentials

StorageCredentials オブジェクト。

delegatingHandler
DelegatingHandler

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

適用対象

CloudFileClient(Uri, StorageCredentials, DelegatingHandler)

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

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

パラメーター

baseUri
Uri

クライアントの作成に使用するファイル サービスのエンドポイントです。

credentials
StorageCredentials

StorageCredentials オブジェクト。

delegatingHandler
DelegatingHandler

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

適用対象