Freigeben über


BatchFileShareConfiguration(String, Uri, String, String) Konstruktor

Definition

Initialisiert eine neue instance von BatchFileShareConfiguration.

public BatchFileShareConfiguration (string accountName, Uri fileUri, string accountKey, string relativeMountPath);
new Azure.ResourceManager.Batch.Models.BatchFileShareConfiguration : string * Uri * string * string -> Azure.ResourceManager.Batch.Models.BatchFileShareConfiguration
Public Sub New (accountName As String, fileUri As Uri, accountKey As String, relativeMountPath As String)

Parameter

accountName
String

Der Name des Azure Storage-Kontos.

fileUri
Uri

Dies hat das Format "https://{account}.file.core.windows.net/".

accountKey
String

Der Azure Storage-Kontoschlüssel

relativeMountPath
String

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

Ausnahmen

accountName, fileUri, accountKey oder relativeMountPath ist NULL.

Gilt für: