Sdílet prostřednictvím


AzureBlobFileSystemReference Konstruktory

Definice

Přetížení

AzureBlobFileSystemReference()

Inicializuje novou instanci Třídy AzureBlobFileSystemReference.

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

Inicializuje novou instanci Třídy AzureBlobFileSystemReference.

AzureBlobFileSystemReference()

Inicializuje novou instanci Třídy AzureBlobFileSystemReference.

public AzureBlobFileSystemReference ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci Třídy AzureBlobFileSystemReference.

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)

Parametry

accountName
String

Název účtu.

containerName
String

Název kontejneru.

credentials
AzureStorageCredentialsInfo

Pověření.

relativeMountPath
String

Relativní cesta připojení.

mountOptions
String

Možnosti připojení.

Platí pro