Share via


AzureFileShareReference Constructors

Definition

Overloads

AzureFileShareReference()

Initializes a new instance of the AzureFileShareReference class.

AzureFileShareReference(String, String, AzureStorageCredentialsInfo, String, String, String)

Initializes a new instance of the AzureFileShareReference class.

AzureFileShareReference()

Initializes a new instance of the AzureFileShareReference class.

public AzureFileShareReference ();
Public Sub New ()

Applies to

AzureFileShareReference(String, String, AzureStorageCredentialsInfo, String, String, String)

Initializes a new instance of the AzureFileShareReference class.

public AzureFileShareReference (string accountName, string azureFileUrl, Microsoft.Azure.Management.BatchAI.Models.AzureStorageCredentialsInfo credentials, string relativeMountPath, string fileMode = default, string directoryMode = default);
new Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference : string * string * Microsoft.Azure.Management.BatchAI.Models.AzureStorageCredentialsInfo * string * string * string -> Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference
Public Sub New (accountName As String, azureFileUrl As String, credentials As AzureStorageCredentialsInfo, relativeMountPath As String, Optional fileMode As String = Nothing, Optional directoryMode As String = Nothing)

Parameters

accountName
String

Account name.

azureFileUrl
String

Azure File URL.

credentials
AzureStorageCredentialsInfo

Credentials.

relativeMountPath
String

Relative mount path.

fileMode
String

File mode.

directoryMode
String

Directory mode.

Applies to