次の方法で共有


TerminateNotificationProfile コンストラクター

定義

オーバーロード

TerminateNotificationProfile()

TerminateNotificationProfile クラスの新しいインスタンスを初期化します。

TerminateNotificationProfile(String, Nullable<Boolean>)

TerminateNotificationProfile クラスの新しいインスタンスを初期化します。

TerminateNotificationProfile()

TerminateNotificationProfile クラスの新しいインスタンスを初期化します。

public TerminateNotificationProfile ();
Public Sub New ()

適用対象

TerminateNotificationProfile(String, Nullable<Boolean>)

TerminateNotificationProfile クラスの新しいインスタンスを初期化します。

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

パラメーター

notBeforeTimeout
String

削除される仮想マシンが、イベントが自動承認 (タイムアウト) する前に、スケジュールされた終了イベントを承認する必要がある時間の構成可能な長さ。 構成は ISO 8601 形式で指定する必要があります。既定値は 5 分 (PT5M) です

enable
Nullable<Boolean>

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

適用対象