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)

public Nullable<DateTime> PublishedDate { get; set; }

Property Value

Type: System.Nullable<DateTime>
Return to top
Show: