Share via


AvailablePatchSummary.Status Property

Definition

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.".

public Azure.ResourceManager.Compute.Models.PatchOperationStatus? Status { get; }
member this.Status : Nullable<Azure.ResourceManager.Compute.Models.PatchOperationStatus>
Public ReadOnly Property Status As Nullable(Of PatchOperationStatus)

Property Value

Applies to