AzureFileShareConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureFileShareConfiguration() |
Initializes a new instance of the AzureFileShareConfiguration class. |
AzureFileShareConfiguration(String, String, String, String, String) |
Initializes a new instance of the AzureFileShareConfiguration class. |
AzureFileShareConfiguration()
Initializes a new instance of the AzureFileShareConfiguration class.
public AzureFileShareConfiguration ();
Public Sub New ()
Applies to
AzureFileShareConfiguration(String, String, String, String, String)
Initializes a new instance of the AzureFileShareConfiguration class.
public AzureFileShareConfiguration (string accountName, string azureFileUrl, string accountKey, string relativeMountPath, string mountOptions = default);
new Microsoft.Azure.Batch.Protocol.Models.AzureFileShareConfiguration : string * string * string * string * string -> Microsoft.Azure.Batch.Protocol.Models.AzureFileShareConfiguration
Public Sub New (accountName As String, azureFileUrl As String, accountKey As String, relativeMountPath As String, Optional mountOptions As String = Nothing)
Parameters
- accountName
- String
The Azure Storage account name.
- azureFileUrl
- String
The Azure Files URL.
- accountKey
- String
The Azure Storage account key.
- relativeMountPath
- String
The relative path on the compute node where the file system will be mounted
- mountOptions
- String
Additional command line options to pass to the mount command.
Applies to
Azure SDK for .NET