HotpatchEnablementStatus Struct

Definition

Status of hotpatch enablement or disablement.

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

Constructors

HotpatchEnablementStatus(String)

Initializes a new instance of HotpatchEnablementStatus.

Properties

ActionRequired

ActionRequired.

Disabled

Disabled.

Enabled

Enabled.

PendingEvaluation

PendingEvaluation.

Unknown

Unknown.

Methods

Equals(HotpatchEnablementStatus)

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

Determines if two HotpatchEnablementStatus values are the same.

Implicit(String to HotpatchEnablementStatus)

Converts a string to a HotpatchEnablementStatus.

Inequality(HotpatchEnablementStatus, HotpatchEnablementStatus)

Determines if two HotpatchEnablementStatus values are not the same.

Applies to