Megosztás a következőn keresztül:


AzureBlobFileSystemReference Konstruktorok

Definíció

Túlterhelések

AzureBlobFileSystemReference()

Inicializálja az AzureBlobFileSystemReference osztály új példányát.

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

Inicializálja az AzureBlobFileSystemReference osztály új példányát.

AzureBlobFileSystemReference()

Inicializálja az AzureBlobFileSystemReference osztály új példányát.

public AzureBlobFileSystemReference ();
Public Sub New ()

A következőre érvényes:

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

Inicializálja az AzureBlobFileSystemReference osztály új példányát.

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)

Paraméterek

accountName
String

Fiók neve.

containerName
String

Tároló neve.

credentials
AzureStorageCredentialsInfo

Megbízólevél.

relativeMountPath
String

Relatív csatlakoztatási útvonal.

mountOptions
String

Csatlakoztatási lehetőségek.

A következőre érvényes: