你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MountVolumes 构造函数

定义

重载

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>

非托管文件系统。

适用于