次の方法で共有


BatchBlobFileSystemConfiguration(String, String, String) コンストラクター

定義

BatchBlobFileSystemConfiguration の新しいインスタンスを初期化します。

public BatchBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath);
new Azure.ResourceManager.Batch.Models.BatchBlobFileSystemConfiguration : string * string * string -> Azure.ResourceManager.Batch.Models.BatchBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String)

パラメーター

accountName
String

Azure Storage アカウント名。

containerName
String

Azure Blob Storage コンテナー名。

relativeMountPath
String

すべてのファイル システムは Batch mounts ディレクトリに対して相対的にマウントされ、AZ_BATCH_NODE_MOUNTS_DIR環境変数を介してアクセスできます。

例外

accountNamecontainerName、または relativeMountPath が null です。

適用対象