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

定義

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

public AzureFileShareConfiguration (string accountName, string azureFileUrl, string relativeMountPath, string accountKey, string mountOptions = default);
new Microsoft.Azure.Batch.AzureFileShareConfiguration : string * string * string * string * string -> Microsoft.Azure.Batch.AzureFileShareConfiguration
Public Sub New (accountName As String, azureFileUrl As String, relativeMountPath As String, accountKey As String, Optional mountOptions As String = Nothing)

パラメーター

accountName
String

Azure Storage アカウント名。

azureFileUrl
String

Azure Files URL。

relativeMountPath
String

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

accountKey
String

Azure Storage アカウント キー。

mountOptions
String

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

適用対象