Share via


AzureFileShareConfiguration Constructors

Definition

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.Management.Batch.Models.AzureFileShareConfiguration : string * string * string * string * string -> Microsoft.Azure.Management.Batch.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