你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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