TerminateNotificationProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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) です
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET