Share via


VersionState Struct

Definition

The configuration group schema state.

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

Constructors

VersionState(String)

Initializes a new instance of VersionState.

Properties

Active

Active.

Deprecated

Deprecated.

Preview

Preview.

Unknown

Unknown.

Validating

Validating.

ValidationFailed

ValidationFailed.

Methods

Equals(VersionState)

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

Determines if two VersionState values are the same.

Implicit(String to VersionState)

Converts a string to a VersionState.

Inequality(VersionState, VersionState)

Determines if two VersionState values are not the same.

Applies to