Compartilhar via


VirtualMachineOSImageUpdateParameters.PublishedDate Propriedade

 

Opcional. Especifica a data em que a imagem do sistema operacional foi adicionada ao repositório de imagem.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxe

public Nullable<DateTime> PublishedDate { get; set; }
public:
property Nullable<DateTime> PublishedDate {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member PublishedDate : Nullable<DateTime> with get, set
Public Property PublishedDate As Nullable(Of Date)

Valor de propriedade

Type: System.Nullable<DateTime>

Consulte também

Classe VirtualMachineOSImageUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo