MountVolumes 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MountVolumes() |
初始化 MountVolumes 類別的新實例。 |
MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>) |
初始化 MountVolumes 類別的新實例。 |
MountVolumes()
初始化 MountVolumes 類別的新實例。
public MountVolumes ();
Public Sub New ()
適用於
MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>)
初始化 MountVolumes 類別的新實例。
public MountVolumes (System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference> azureFileShares = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureBlobFileSystemReference> azureBlobFileSystems = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.FileServerReference> fileServers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.UnmanagedFileSystemReference> unmanagedFileSystems = default);
new Microsoft.Azure.Management.BatchAI.Models.MountVolumes : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureBlobFileSystemReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.FileServerReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.UnmanagedFileSystemReference> -> Microsoft.Azure.Management.BatchAI.Models.MountVolumes
Public Sub New (Optional azureFileShares As IList(Of AzureFileShareReference) = Nothing, Optional azureBlobFileSystems As IList(Of AzureBlobFileSystemReference) = Nothing, Optional fileServers As IList(Of FileServerReference) = Nothing, Optional unmanagedFileSystems As IList(Of UnmanagedFileSystemReference) = Nothing)
參數
- azureFileShares
- IList<AzureFileShareReference>
Azure 檔案共用。
- azureBlobFileSystems
- IList<AzureBlobFileSystemReference>
Azure Blob 檔案系統。
- fileServers
- IList<FileServerReference>
檔案伺服器。
- unmanagedFileSystems
- IList<UnmanagedFileSystemReference>
非受控檔案系統。