Compartilhar via


ExtensionImage.PublishedDate Propriedade

 

Opcional. Publisher pode defini-lo como qualquer data arbitrária e isso é apenas para finalidade de exibição. Se não especificado pelo fornecedor, o Azure atribuirá automaticamente a hora UTC quando a solicitação de extensão foi recebida.

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 ExtensionImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo