ImageInformation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ImageInformation() |
Inicializa uma nova instância da classe ImageInformation. |
ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>) |
Inicializa uma nova instância da classe ImageInformation. |
ImageInformation()
- Origem:
- ImageInformation.cs
Inicializa uma nova instância da classe ImageInformation.
public ImageInformation ();
Public Sub New ()
Aplica-se a
ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>)
- Origem:
- ImageInformation.cs
Inicializa uma nova instância da 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)
Parâmetros
- nodeAgentSKUId
- String
A ID da SKU do agente do Nó de Computação à qual a Imagem dá suporte.
- imageReference
- ImageReference
A referência à Imagem do Marketplace da Máquina Virtual do Azure.
- osType
- OSType
O tipo de sistema operacional (por exemplo, Windows ou Linux) da Imagem.
- verificationType
- VerificationType
Se o serviço Lote do Azure verifica ativamente se a Imagem é compatível com a SKU do agente de nó de computação associado.
A hora em que o serviço de Lote do Azure deixará de aceitar a criação de solicitações de pool para a Imagem.
Aplica-se a
Azure SDK for .NET