共用方式為


VirtualMachineAssessPatchesResultInner.Status Property

Definition

Gets the overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", or "CompletedWithWarnings.". Possible values include: 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus
Public ReadOnly Property Status As PatchOperationStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to