Sdílet prostřednictvím


MobileNetworkVersionState Struct

Definition

The state of this packet core control plane version.

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

Constructors

MobileNetworkVersionState(String)

Initializes a new instance of MobileNetworkVersionState.

Properties

Active

This version is active and suitable for production use.

Deprecated

This version is deprecated and is no longer supported.

Preview

This version is a preview and is not suitable for production use.

Unknown

The state of this version is unknown.

Validating

This version is currently being validated.

ValidationFailed

This version failed validation.

Methods

Equals(MobileNetworkVersionState)

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

Determines if two MobileNetworkVersionState values are the same.

Implicit(String to MobileNetworkVersionState)

Converts a string to a MobileNetworkVersionState.

Inequality(MobileNetworkVersionState, MobileNetworkVersionState)

Determines if two MobileNetworkVersionState values are not the same.

Applies to