Share via


MobileNetworkPduSessionType Struct

Definition

PDU session type (IPv4/IPv6).

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

Constructors

MobileNetworkPduSessionType(String)

Initializes a new instance of MobileNetworkPduSessionType.

Properties

IPv4

IPv4.

IPv6

IPv6.

Methods

Equals(MobileNetworkPduSessionType)

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

Determines if two MobileNetworkPduSessionType values are the same.

Implicit(String to MobileNetworkPduSessionType)

Converts a string to a MobileNetworkPduSessionType.

Inequality(MobileNetworkPduSessionType, MobileNetworkPduSessionType)

Determines if two MobileNetworkPduSessionType values are not the same.

Applies to