AzureFileShareReference 建構函式

定義

多載

AzureFileShareReference()

初始化 AzureFileShareReference 類別的新實例。

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

初始化 AzureFileShareReference 類別的新實例。

AzureFileShareReference()

初始化 AzureFileShareReference 類別的新實例。

public AzureFileShareReference ();
Public Sub New ()

適用於

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

初始化 AzureFileShareReference 類別的新實例。

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)

參數

accountName
String

帳戶名稱。

azureFileUrl
String

Azure 檔案 URL。

credentials
AzureStorageCredentialsInfo

認證。

relativeMountPath
String

相對掛接路徑。

fileMode
String

檔案模式。

directoryMode
String

目錄模式。

適用於