DataLakeFileSystemClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataLakeFileSystemClient()
モック作成のために クラスの DataLakeFileSystemClient 新しいインスタンスを初期化します。
protected DataLakeFileSystemClient ();
Protected Sub New ()
適用対象
DataLakeFileSystemClient(Uri)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri)
パラメーター
適用対象
DataLakeFileSystemClient(String, String)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (string connectionString, string fileSystemName);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : string * string -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (connectionString As String, fileSystemName As String)
パラメーター
- connectionString
- String
接続文字列には、アプリケーションの実行時に Azure Storage アカウント内のデータにアクセスするために必要な認証情報が格納されています。
詳細については、以下を参照してください。 Azure Storage 接続文字列を構成します。
- fileSystemName
- String
参照するストレージ アカウント内の BLOB コンテナーの名前。
適用対象
DataLakeFileSystemClient(Uri, AzureSasCredential)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.AzureSasCredential credential);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.AzureSasCredential -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As AzureSasCredential)
パラメーター
- fileSystemUri
- Uri
Uriアカウントの名前とファイル システムの名前を含む共有を参照する 。 2 番目のパラメーターで渡す Shared Access Signature を含めてはなりません。
- credential
- AzureSasCredential
要求の署名に使用される共有アクセス署名資格情報。
注釈
このコンストラクターは、このクライアントの有効期間中に共有アクセス署名を更新する必要がある場合にのみ使用する必要があります。
適用対象
DataLakeFileSystemClient(Uri, TokenCredential)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.Core.TokenCredential credential);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.Core.TokenCredential -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As TokenCredential)
パラメーター
- credential
- TokenCredential
要求の署名に使用されるトークン資格情報。
適用対象
DataLakeFileSystemClient(Uri, DataLakeClientOptions)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.Storage.Files.DataLake.DataLakeClientOptions options);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.Storage.Files.DataLake.DataLakeClientOptions -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, options As DataLakeClientOptions)
パラメーター
- options
- DataLakeClientOptions
すべての要求に適用される認証、再試行などのトランスポート パイプライン ポリシーを定義するオプションのクライアント オプション。
適用対象
DataLakeFileSystemClient(Uri, StorageSharedKeyCredential)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.Storage.StorageSharedKeyCredential credential);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.Storage.StorageSharedKeyCredential -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As StorageSharedKeyCredential)
パラメーター
- credential
- StorageSharedKeyCredential
要求の署名に使用される共有キー資格情報。
適用対象
DataLakeFileSystemClient(String, String, DataLakeClientOptions)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (string connectionString, string fileSystemName, Azure.Storage.Files.DataLake.DataLakeClientOptions options);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : string * string * Azure.Storage.Files.DataLake.DataLakeClientOptions -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (connectionString As String, fileSystemName As String, options As DataLakeClientOptions)
パラメーター
- connectionString
- String
接続文字列には、アプリケーションの実行時に Azure Storage アカウント内のデータにアクセスするために必要な認証情報が格納されています。
詳細については、以下を参照してください。 Azure Storage 接続文字列を構成します。
- fileSystemName
- String
参照するストレージ アカウント内の BLOB コンテナーの名前。
- options
- DataLakeClientOptions
すべての要求に適用される認証、再試行などのトランスポート パイプライン ポリシーを定義するオプションのクライアント オプション。
適用対象
DataLakeFileSystemClient(Uri, AzureSasCredential, DataLakeClientOptions)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.AzureSasCredential credential, Azure.Storage.Files.DataLake.DataLakeClientOptions options);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.AzureSasCredential * Azure.Storage.Files.DataLake.DataLakeClientOptions -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As AzureSasCredential, options As DataLakeClientOptions)
パラメーター
- fileSystemUri
- Uri
Uriアカウントの名前とファイル システムの名前を含む共有を参照する 。 2 番目のパラメーターで渡す Shared Access Signature を含めてはなりません。
- credential
- AzureSasCredential
要求の署名に使用される共有アクセス署名資格情報。
- options
- DataLakeClientOptions
すべての要求に適用される認証、再試行などのトランスポート パイプライン ポリシーを定義するオプションのクライアント オプション。
注釈
このコンストラクターは、このクライアントの有効期間中に共有アクセス署名を更新する必要がある場合にのみ使用する必要があります。
適用対象
DataLakeFileSystemClient(Uri, TokenCredential, DataLakeClientOptions)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.Core.TokenCredential credential, Azure.Storage.Files.DataLake.DataLakeClientOptions options);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.Core.TokenCredential * Azure.Storage.Files.DataLake.DataLakeClientOptions -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As TokenCredential, options As DataLakeClientOptions)
パラメーター
- credential
- TokenCredential
要求の署名に使用されるトークン資格情報。
- options
- DataLakeClientOptions
すべての要求に適用される認証、再試行などのトランスポート パイプライン ポリシーを定義するオプションのクライアント オプション。
適用対象
DataLakeFileSystemClient(Uri, StorageSharedKeyCredential, DataLakeClientOptions)
DataLakeFileSystemClient クラスの新しいインスタンスを初期化します。
public DataLakeFileSystemClient (Uri fileSystemUri, Azure.Storage.StorageSharedKeyCredential credential, Azure.Storage.Files.DataLake.DataLakeClientOptions options);
new Azure.Storage.Files.DataLake.DataLakeFileSystemClient : Uri * Azure.Storage.StorageSharedKeyCredential * Azure.Storage.Files.DataLake.DataLakeClientOptions -> Azure.Storage.Files.DataLake.DataLakeFileSystemClient
Public Sub New (fileSystemUri As Uri, credential As StorageSharedKeyCredential, options As DataLakeClientOptions)
パラメーター
- credential
- StorageSharedKeyCredential
要求の署名に使用される共有キー資格情報。
- options
- DataLakeClientOptions
すべての要求に適用される認証、再試行などのトランスポート パイプライン ポリシーを定義するオプションのクライアント オプション。
適用対象
Azure SDK for .NET