ExtensionImage.PublishedDate 属性
可选。 发布服务器可以将其设置为任意的任何日期,而这正是仅出于显示目的。 如果未指定按出版商,Azure 将自动分配收到扩展请求时的 UTC 时间。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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)
属性值
Type: System.Nullable<DateTime>
请参阅
ExtensionImage 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首