VirtualMachineExtensionListResponse.ResourceExtension.PublishedDate Property

 

Optional. Publisher can set it to any arbitrary date, and this is only for display purpose. If not specified by publisher, Azure will automatically assign the UTC time when the extension request was received.

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

Syntax

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)

Property Value

Type: System.Nullable<DateTime>

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top