VirtualMachineOSImageGetResponse.PublishedDate 属性

 

可选。 指定映像添加到映像存储库时的日期。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public DateTime PublishedDate { get; set; }
public:
property DateTime PublishedDate {
    DateTime get();
    void set(DateTime value);
}
member PublishedDate : DateTime with get, set
Public Property PublishedDate As Date

属性值

Type: System.DateTime

请参阅

VirtualMachineOSImageGetResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首