ImageInformation コンストラクター

定義

オーバーロード

ImageInformation()

ImageInformation クラスの新しいインスタンスを初期化します。

ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>)

ImageInformation クラスの新しいインスタンスを初期化します。

ImageInformation()

ソース:
ImageInformation.cs

ImageInformation クラスの新しいインスタンスを初期化します。

public ImageInformation ();
Public Sub New ()

適用対象

ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>)

ソース:
ImageInformation.cs

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 と互換性があることをアクティブに検証するかどうか。

capabilities
IList<String>

Image がサポートする機能。

batchSupportEndOfLife
Nullable<DateTime>

Azure Batch サービスがイメージに対するプールの作成要求の受け入れを停止する時刻。

適用対象