Sdílet prostřednictvím


UEState Struct

Definition

State of the UE.

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

Constructors

UEState(String)

Initializes a new instance of UEState.

Properties

Connected

Connected.

Deregistered

Deregistered.

Detached

Detached.

Idle

Idle.

Unknown

Unknown.

Methods

Equals(UEState)

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

Determines if two UEState values are the same.

Implicit(String to UEState)

Converts a string to a UEState.

Inequality(UEState, UEState)

Determines if two UEState values are not the same.

Applies to