Freigeben über


ImageInformation Konstruktoren

Definition

Überlädt

ImageInformation()

Initialisiert eine neue instance der ImageInformation-Klasse.

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

Initialisiert eine neue instance der ImageInformation-Klasse.

ImageInformation()

Quelle:
ImageInformation.cs

Initialisiert eine neue instance der ImageInformation-Klasse.

public ImageInformation ();
Public Sub New ()

Gilt für:

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

Quelle:
ImageInformation.cs

Initialisiert eine neue instance der ImageInformation-Klasse.

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)

Parameter

nodeAgentSKUId
String

Die ID der Serverknoten-Agent-SKU, die vom Image unterstützt wird.

imageReference
ImageReference

Der Verweis auf das Marketplace-Image des virtuellen Azure-Computers.

osType
OSType

Der Typ des Betriebssystems (z. B. Windows oder Linux) des Images.

verificationType
VerificationType

Gibt an, ob der Azure Batch-Dienst aktiv überprüft, ob das Image mit der zugeordneten Serverknoten-Agent-SKU kompatibel ist.

capabilities
IList<String>

Die Funktionen oder Features, die das Image unterstützt.

batchSupportEndOfLife
Nullable<DateTime>

Der Zeitpunkt, zu dem der Azure Batch-Dienst keine Poolerstellungsanforderungen für das Image mehr akzeptiert.

Gilt für: