AzureFileShareConfiguration(String, String, String, String, String) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der AzureFileShareConfiguration-Klasse.
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)
Parameter
- accountName
- String
Der Name des Azure Storage-Kontos.
- azureFileUrl
- String
Die Azure Files-URL.
- relativeMountPath
- String
Der relative Pfad auf dem Computeknoten, auf dem das Dateisystem eingebunden wird.
- accountKey
- String
Der Schlüssel des Azure-Speicherkontos.
- mountOptions
- String
Zusätzliche Befehlszeilenoptionen, die an den Bereitstellungsbefehl übergeben werden sollen.
Gilt für:
Azure SDK for .NET