共用方式為


SdfDirection Struct

Definition

Service data flow direction.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirectionTypeConverter))]
public struct SdfDirection : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirection>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirectionTypeConverter))>]
type SdfDirection = struct
    interface IArgumentCompleter
Public Structure SdfDirection
Implements IArgumentCompleter, IEquatable(Of SdfDirection)
Inheritance
SdfDirection
Attributes
Implements

Fields

Name Description
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

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SdfDirection (override for Object)

Equals(SdfDirection)

Compares values of enum type SdfDirection

GetHashCode()

Returns hashCode for enum SdfDirection

ToString()

Returns string representation for SdfDirection

Operators

Name Description
Equality(SdfDirection, SdfDirection)

Overriding == operator for enum SdfDirection

Implicit(SdfDirection to String)

Implicit operator to convert SdfDirection to string

Implicit(String to SdfDirection)

Implicit operator to convert string to SdfDirection

Inequality(SdfDirection, SdfDirection)

Overriding != operator for enum SdfDirection

Applies to