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>
アンマネージド ファイル システム。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET