Freigeben über


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

Name Description
VersionState(String)

Initializes a new instance of VersionState.

Properties

Name Description
Active

Active.

Deprecated

Deprecated.

Preview

Preview.

Unknown

Unknown.

Validating

Validating.

ValidationFailed

ValidationFailed.

Methods

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

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