VirtualMachineOSImageCreateResponse.PublishedDate Property
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 (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
VirtualMachineOSImageCreateResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top