PersistentVMDowntime.EndTime 属性
获取或设置虚拟机已停止的时间。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public DateTime EndTime { get; set; }
public:
property DateTime EndTime {
DateTime get();
void set(DateTime value);
}
member EndTime : DateTime with get, set
Public Property EndTime As Date
属性值
Type: System.DateTime
已停止的时间。
请参阅
PersistentVMDowntime 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首