PatchAssessmentState Struct

Definition

Describes the availability of a given patch.

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

Constructors

PatchAssessmentState(String)

Initializes a new instance of PatchAssessmentState.

Properties

Available

Available.

Unknown

Unknown.

Methods

Equals(PatchAssessmentState)

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

Determines if two PatchAssessmentState values are the same.

Implicit(String to PatchAssessmentState)

Converts a string to a PatchAssessmentState.

Inequality(PatchAssessmentState, PatchAssessmentState)

Determines if two PatchAssessmentState values are not the same.

Applies to