次の方法で共有


AzureBlobFileSystemConfiguration コンストラクター

定義

オーバーロード

AzureBlobFileSystemConfiguration()

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

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

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

AzureBlobFileSystemConfiguration()

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

public AzureBlobFileSystemConfiguration ();
Public Sub New ()

適用対象

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

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

public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, string accountKey = default, string sasKey = default, string blobfuseOptions = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration : string * string * string * string * string * string * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, Optional accountKey As String = Nothing, Optional sasKey As String = Nothing, Optional blobfuseOptions As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)

パラメーター

accountName
String

Azure Storage アカウント名。

containerName
String

Azure Blob Storage コンテナー名。

relativeMountPath
String

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

accountKey
String

Azure Storage アカウント キー。

sasKey
String

Azure Storage SAS トークン。

blobfuseOptions
String

mount コマンドに渡す追加のコマンド ライン オプション。

identityReference
ComputeNodeIdentityReference

containerName へのアクセスに使用するユーザー割り当て ID への参照

適用対象