Share via


PatchOperationStatus Struct

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 readonly struct PatchOperationStatus : IEquatable<Azure.ResourceManager.Compute.Models.PatchOperationStatus>
type PatchOperationStatus = struct
Public Structure PatchOperationStatus
Implements IEquatable(Of PatchOperationStatus)
Inheritance
PatchOperationStatus
Implements

Constructors

PatchOperationStatus(String)

Initializes a new instance of PatchOperationStatus.

Properties

CompletedWithWarnings

CompletedWithWarnings.

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(PatchOperationStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PatchOperationStatus, PatchOperationStatus)

Determines if two PatchOperationStatus values are the same.

Implicit(String to PatchOperationStatus)

Converts a string to a PatchOperationStatus.

Inequality(PatchOperationStatus, PatchOperationStatus)

Determines if two PatchOperationStatus values are not the same.

Applies to