AvailablePatchSummary 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
AvailablePatchSummary() |
Initializes a new instance of the AvailablePatchSummary class. |
AvailablePatchSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError) |
Initializes a new instance of the AvailablePatchSummary class. |
AvailablePatchSummary()
Initializes a new instance of the AvailablePatchSummary class.
public AvailablePatchSummary ();
Public Sub New ()
Applies to
AvailablePatchSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError)
Initializes a new instance of the AvailablePatchSummary class.
public AvailablePatchSummary (string status = default, string assessmentActivityId = default, bool? rebootPending = default, int? criticalAndSecurityPatchCount = default, int? otherPatchCount = default, DateTime? startTime = default, DateTime? lastModifiedTime = default, Microsoft.Azure.Management.Compute.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary : string * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.ApiError -> Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary
Public Sub New (Optional status As String = Nothing, Optional assessmentActivityId As String = Nothing, Optional rebootPending As Nullable(Of Boolean) = Nothing, Optional criticalAndSecurityPatchCount As Nullable(Of Integer) = Nothing, Optional otherPatchCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional error As ApiError = Nothing)
Parameters
- status
- String
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings.". Possible values include: 'Unknown', 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings'
- assessmentActivityId
- String
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
The number of critical or security patches that have been detected as available and not yet installed.
The number of all available patches excluding critical and security.
- error
- ApiError
The errors that were encountered during execution of the operation. The details array contains the list of them.
Applies to
Azure SDK for .NET