AzureBlobFileSystemConfiguration 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AzureBlobFileSystemConfiguration() |
初始化 AzureBlobFileSystemConfiguration 類別的新實例。 |
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference) |
初始化 AzureBlobFileSystemConfiguration 類別的新實例。 |
AzureBlobFileSystemConfiguration()
初始化 AzureBlobFileSystemConfiguration 類別的新實例。
public AzureBlobFileSystemConfiguration ();
Public Sub New ()
適用於
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference)
初始化 AzureBlobFileSystemConfiguration 類別的新實例。
public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, string accountKey = default, string sasKey = default, string blobfuseOptions = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration : string * string * string * string * string * string * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, Optional accountKey As String = Nothing, Optional sasKey As String = Nothing, Optional blobfuseOptions As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
參數
- accountName
- String
Azure 儲存體帳戶名稱。
- containerName
- String
Azure Blob 儲存體容器名稱。
- relativeMountPath
- String
將掛接檔案系統之計算節點上的相對路徑
- accountKey
- String
Azure 儲存體帳戶金鑰。
- sasKey
- String
Azure 儲存體 SAS 權杖。
- blobfuseOptions
- String
要傳遞至掛接命令的其他命令列選項。
- identityReference
- ComputeNodeIdentityReference
用來存取 containerName 之使用者指派身分識別的參考