次の方法で共有


Update コンストラクター

定義

オーバーロード

Update()

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

Update(String, String, String, Nullable<Int32>, Nullable<DateTime>, String)

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

Update()

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

public Update ();
Public Sub New ()

適用対象

Update(String, String, String, Nullable<Int32>, Nullable<DateTime>, String)

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

public Update (string maintenanceScope = default, string impactType = default, string status = default, int? impactDurationInSec = default, DateTime? notBefore = default, string resourceId = default);
new Microsoft.Azure.Management.Maintenance.Models.Update : string * string * string * Nullable<int> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Maintenance.Models.Update
Public Sub New (Optional maintenanceScope As String = Nothing, Optional impactType As String = Nothing, Optional status As String = Nothing, Optional impactDurationInSec As Nullable(Of Integer) = Nothing, Optional notBefore As Nullable(Of DateTime) = Nothing, Optional resourceId As String = Nothing)

パラメーター

maintenanceScope
String

影響領域。 指定できる値は、'Host'、'Resource'、'OSImage'、'Extension'、'InGuestPatch'、'SQLDB'、'SQLManagedInstance' です。

impactType
String

影響の種類。 使用可能な値は、'None'、'Freeze'、'Restart'、'Redeploy' です。

status
String

ステータス。 使用可能な値は、'Pending'、'InProgress'、'Completed'、'RetryNow'、'RetryLater' です。

impactDurationInSec
Nullable<Int32>

影響の期間 (秒単位)

notBefore
Nullable<DateTime>

この時刻より前に、Azure が顧客によって自己更新されていない場合に強制的に更新を開始する時刻

resourceId
String

resourceId

適用対象