Share via


AzureBlobFileSystemReference Constructors

Definition

Overloads

AzureBlobFileSystemReference()

Initializes a new instance of the AzureBlobFileSystemReference class.

AzureBlobFileSystemReference(String, String, AzureStorageCredentialsInfo, String, String)

Initializes a new instance of the AzureBlobFileSystemReference class.

AzureBlobFileSystemReference()

Initializes a new instance of the AzureBlobFileSystemReference class.

public AzureBlobFileSystemReference ();
Public Sub New ()

Applies to

AzureBlobFileSystemReference(String, String, AzureStorageCredentialsInfo, String, String)

Initializes a new instance of the AzureBlobFileSystemReference class.

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

Parameters

accountName
String

Account name.

containerName
String

Container name.

credentials
AzureStorageCredentialsInfo

Credentials.

relativeMountPath
String

Relative mount path.

mountOptions
String

Mount options.

Applies to