Compartilhar via


Propriedade VirtualMachineOSImageUpdateResponse.PublishedDate

Optional. Specifies the date when the OS image was added to the image repository.

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

Uso

'Uso
Dim instance As VirtualMachineOSImageUpdateResponse
Dim value As Nullable(Of DateTime)

value = instance.PublishedDate

instance.PublishedDate = value

Sintaxe

'Declaração
Public Property PublishedDate As Nullable(Of DateTime)
public Nullable<DateTime> PublishedDate { get; set; }
public:
property Nullable<DateTime> PublishedDate {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_PublishedDate ()

/** @property */
public void set_PublishedDate (Nullable<DateTime> value)
public function get PublishedDate () : Nullable<DateTime>

public function set PublishedDate (value : Nullable<DateTime>)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe VirtualMachineOSImageUpdateResponse
Membros VirtualMachineOSImageUpdateResponse
Namespace Microsoft.WindowsAzure.Management.Compute.Models