Partager via


ImageInformation Constructeurs

Définition

Surcharges

ImageInformation()

Initialise une nouvelle instance de la classe ImageInformation.

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

Initialise une nouvelle instance de la classe ImageInformation.

ImageInformation()

Source:
ImageInformation.cs

Initialise une nouvelle instance de la classe ImageInformation.

public ImageInformation ();
Public Sub New ()

S’applique à

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

Source:
ImageInformation.cs

Initialise une nouvelle instance de la classe 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)

Paramètres

nodeAgentSKUId
String

ID de la référence SKU de l’agent Compute Node prise en charge par l’image.

imageReference
ImageReference

Référence à l’image de la Place de marché de la machine virtuelle Azure.

osType
OSType

Type de système d’exploitation (par exemple, Windows ou Linux) de l’image.

verificationType
VerificationType

Indique si le service Azure Batch vérifie activement que l’image est compatible avec la référence SKU de l’agent Compute Node associée.

capabilities
IList<String>

Fonctionnalités ou fonctionnalités prises en charge par l’image.

batchSupportEndOfLife
Nullable<DateTime>

Heure à laquelle le service Azure Batch cesse d’accepter les demandes de création de pool pour l’image.

S’applique à