你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OSImageNotificationProfile 构造函数

定义

重载

OSImageNotificationProfile()

初始化 OSImageNotificationProfile 类的新实例。

OSImageNotificationProfile(String, Nullable<Boolean>)

初始化 OSImageNotificationProfile 类的新实例。

OSImageNotificationProfile()

初始化 OSImageNotificationProfile 类的新实例。

public OSImageNotificationProfile ();
Public Sub New ()

适用于

OSImageNotificationProfile(String, Nullable<Boolean>)

初始化 OSImageNotificationProfile 类的新实例。

public OSImageNotificationProfile (string notBeforeTimeout = default, bool? enable = default);
new Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile
Public Sub New (Optional notBeforeTimeout As String = Nothing, Optional enable As Nullable(Of Boolean) = Nothing)

参数

notBeforeTimeout
String

虚拟机正在重置映像或升级其 OS 的时间长度可能需要批准 OS 映像计划事件,然后才能自动批准该事件 (超时) 。 配置以 ISO 8601 格式指定, (PT15M)

enable
Nullable<Boolean>

指定是启用或禁用 OS 映像计划事件。

适用于