MountVolumes Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
MountVolumes() |
Inicializuje novou instanci MountVolumes třídy. |
MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>) |
Inicializuje novou instanci MountVolumes třídy. |
MountVolumes()
Inicializuje novou instanci MountVolumes třídy.
public MountVolumes ();
Public Sub New ()
Platí pro
MountVolumes(IList<AzureFileShareReference>, IList<AzureBlobFileSystemReference>, IList<FileServerReference>, IList<UnmanagedFileSystemReference>)
Inicializuje novou instanci MountVolumes třídy.
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)
Parametry
- azureFileShares
- IList<AzureFileShareReference>
Sdílené složky Azure.
- azureBlobFileSystems
- IList<AzureBlobFileSystemReference>
Systémy souborů Azure Blob.
- fileServers
- IList<FileServerReference>
Souborové servery.
- unmanagedFileSystems
- IList<UnmanagedFileSystemReference>
Nespravované systémy souborů.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET