State Struct

Definition

Extensible enum for known State values.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.State+StateJsonConverter))]
public readonly struct State : IEquatable<Azure.Connectors.Sdk.Arm.Models.State>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Arm.Models.State+StateJsonConverter))>]
type State = struct
Public Structure State
Implements IEquatable(Of State)
Inheritance
State
Attributes
Implements

Constructors

Name Description
State(String)

Initializes a new instance of the State struct.

Properties

Name Description
Deleted

Deleted

Disabled

Disabled

Enabled

Enabled

PastDue

PastDue

Warned

Warned

Methods

Name Description
Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(State)

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

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(State, State)

Equality operator.

Implicit(State to String)

Converts a State to its string representation.

Implicit(String to State)

Converts a string to State.

Inequality(State, State)

Inequality operator.

Applies to