UEState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET