AzureFileShareConfiguration(String, String, String, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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)
Paramètres
- accountName
- String
Nom du compte de stockage Azure.
- azureFileUrl
- String
URL Azure Files.
- relativeMountPath
- String
Chemin d’accès relatif sur le nœud de calcul où le système de fichiers sera monté.
- accountKey
- String
Clé de compte de stockage Azure.
- mountOptions
- String
Options de ligne de commande supplémentaires à passer à la commande de montage.
S’applique à
Azure SDK for .NET