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

Name Description
PatchInstallationState(String)

Initializes a new instance of PatchInstallationState.

Properties

Name Description
Excluded

Gets the Excluded.

Failed

Gets the Failed.

Installed

Gets the Installed.

NotSelected

Gets the NotSelected.

Pending

Gets the Pending.

Unknown

Gets the Unknown.

Methods

Name Description
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

Name Description
Equality(PatchInstallationState, PatchInstallationState)

Determines if two PatchInstallationState values are the same.

Implicit(String to Nullable<PatchInstallationState>)
Implicit(String to PatchInstallationState)

Converts a string to a PatchInstallationState.

Inequality(PatchInstallationState, PatchInstallationState)

Determines if two PatchInstallationState values are not the same.

Applies to