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 Image Scheduled イベントを承認する必要があります。 構成は ISO 8601 形式で指定され、値は 15 分 (PT15M) である必要があります

enable
Nullable<Boolean>

OS Image Scheduled イベントを有効にするか無効にするかを指定します。

適用対象