Dela via


MountVolumes Konstruktorer

Definition

Överlagringar

MountVolumes()

Initierar en ny instans av klassen MountVolumes.

MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>)

Initierar en ny instans av klassen MountVolumes.

MountVolumes()

Initierar en ny instans av klassen MountVolumes.

public MountVolumes();
Public Sub New ()

Gäller för

MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>)

Initierar en ny instans av klassen 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)

Parametrar

azureFileShares
IList<AzureFileShareReference>

Azure-filresurser.

azureBlobFileSystems
IList<AzureBlobFileSystemReference>

Azure Blob-filsystem.

fileServers
IList<FileServerReference>

Filservrar.

unmanagedFileSystems
IList<UnmanagedFileSystemReference>

Ohanterade filsystem.

Gäller för