Share via


MobileNetworkSdfDirectionS Struct

Definition

Service data flow direction.

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

Constructors

MobileNetworkSdfDirectionS(String)

Initializes a new instance of MobileNetworkSdfDirectionS.

Properties

Bidirectional

Traffic flowing both to and from the UE.

Downlink

Traffic flowing from the data network to the UE.

Uplink

Traffic flowing from the UE to the data network.

Methods

Equals(MobileNetworkSdfDirectionS)

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

Determines if two MobileNetworkSdfDirectionS values are the same.

Implicit(String to MobileNetworkSdfDirectionS)

Converts a string to a MobileNetworkSdfDirectionS.

Inequality(MobileNetworkSdfDirectionS, MobileNetworkSdfDirectionS)

Determines if two MobileNetworkSdfDirectionS values are not the same.

Applies to