次の方法で共有


AzureBlobFileSystemConfiguration クラス

定義

Blobfuse を使用して Azure Storage コンテナーに接続するために使用される情報。

public class AzureBlobFileSystemConfiguration
type AzureBlobFileSystemConfiguration = class
Public Class AzureBlobFileSystemConfiguration
継承
AzureBlobFileSystemConfiguration

コンストラクター

AzureBlobFileSystemConfiguration()

クラスのモックをサポートする既定の AzureBlobFileSystemConfiguration コンストラクター。

AzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)

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

AzureBlobFileSystemConfiguration(String, String, String, ComputeNodeIdentityReference, String)

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

プロパティ

AccountKey

Azure Storage アカウント キーを取得します。 このプロパティは、 と SasKey相互に排他的です。

AccountName

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

BlobfuseOptions

mount コマンドに渡す追加のコマンド ライン オプションを取得します。

ContainerName

Azure Blob Storage コンテナー名を取得します。

IdentityReference

containerName へのアクセスに使用するユーザー割り当て ID への参照を取得または設定します。

RelativeMountPath

ファイル システムがマウントされるコンピューティング ノードの相対パスを取得します。

SasKey

Azure Storage SAS トークンを取得します。 このプロパティは、 と AccountKey相互に排他的です。

適用対象