Freigeben über


BatchBlobFileSystemConfiguration(String, String, String) Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

accountName
String

Der Name des Azure Storage-Kontos.

containerName
String

Der Azure Blob Storage Containername.

relativeMountPath
String

Alle Dateisysteme werden relativ zum Batch-Bereitstellungsverzeichnis bereitgestellt, auf das über die Umgebungsvariable AZ_BATCH_NODE_MOUNTS_DIR zugegriffen werden kann.

Ausnahmen

accountName, containerName oder relativeMountPath ist NULL.

Gilt für: