ImageInformation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ImageInformation() |
ImageInformation クラスの新しいインスタンスを初期化します。 |
ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>) |
ImageInformation クラスの新しいインスタンスを初期化します。 |
ImageInformation()
ImageInformation クラスの新しいインスタンスを初期化します。
public ImageInformation ();
Public Sub New ()
適用対象
ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>)
ImageInformation クラスの新しいインスタンスを初期化します。
public ImageInformation (string nodeAgentSKUId, Microsoft.Azure.Batch.Protocol.Models.ImageReference imageReference, Microsoft.Azure.Batch.Protocol.Models.OSType osType, Microsoft.Azure.Batch.Protocol.Models.VerificationType verificationType, System.Collections.Generic.IList<string> capabilities = default, DateTime? batchSupportEndOfLife = default);
new Microsoft.Azure.Batch.Protocol.Models.ImageInformation : string * Microsoft.Azure.Batch.Protocol.Models.ImageReference * Microsoft.Azure.Batch.Protocol.Models.OSType * Microsoft.Azure.Batch.Protocol.Models.VerificationType * System.Collections.Generic.IList<string> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.ImageInformation
Public Sub New (nodeAgentSKUId As String, imageReference As ImageReference, osType As OSType, verificationType As VerificationType, Optional capabilities As IList(Of String) = Nothing, Optional batchSupportEndOfLife As Nullable(Of DateTime) = Nothing)
パラメーター
- nodeAgentSKUId
- String
イメージがサポートするコンピューティング ノード エージェント SKU の ID。
- imageReference
- ImageReference
Azure 仮想マシンの Marketplace イメージへの参照。
- osType
- OSType
イメージのオペレーティング システム (Windows や Linux など) の種類。
- verificationType
- VerificationType
Azure Batch サービスが、イメージが関連付けられているコンピューティング ノード エージェント SKU と互換性があることをアクティブに検証するかどうか。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET