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