PatchInstallationState Struct

Definition

The state of the patch after the installation operation completed.

public readonly struct PatchInstallationState : IEquatable<Azure.ResourceManager.Compute.Models.PatchInstallationState>
type PatchInstallationState = struct
Public Structure PatchInstallationState
Implements IEquatable(Of PatchInstallationState)
Inheritance
PatchInstallationState
Implements

Constructors

PatchInstallationState(String)

Initializes a new instance of PatchInstallationState.

Properties

Excluded

Excluded.

Failed

Failed.

Installed

Installed.

NotSelected

NotSelected.

Pending

Pending.

Unknown

Unknown.

Methods

Equals(PatchInstallationState)

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(PatchInstallationState, PatchInstallationState)

Determines if two PatchInstallationState values are the same.

Implicit(String to PatchInstallationState)

Converts a string to a PatchInstallationState.

Inequality(PatchInstallationState, PatchInstallationState)

Determines if two PatchInstallationState values are not the same.

Applies to