Update Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Update() |
Initializes a new instance of the Update class. |
Update(String, String, String, Nullable<Int32>, Nullable<DateTime>, String) |
Initializes a new instance of the Update class. |
Update()
Initializes a new instance of the Update class.
public Update ();
Public Sub New ()
Applies to
Update(String, String, String, Nullable<Int32>, Nullable<DateTime>, String)
Initializes a new instance of the Update class.
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)
Parameters
- maintenanceScope
- String
The impact area. Possible values include: 'Host', 'Resource', 'OSImage', 'Extension', 'InGuestPatch', 'SQLDB', 'SQLManagedInstance'
- impactType
- String
The impact type. Possible values include: 'None', 'Freeze', 'Restart', 'Redeploy'
- status
- String
The status. Possible values include: 'Pending', 'InProgress', 'Completed', 'RetryNow', 'RetryLater'
Time when Azure will start force updates if not self-updated by customer before this time
- resourceId
- String
The resourceId
Applies to
Azure SDK for .NET