Sdílet prostřednictvím


MobileNetworkInstallationReason Struct

Definition

The reason or list of reasons why a packet core has not been installed or requires a reinstall.

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

Constructors

MobileNetworkInstallationReason(String)

Initializes a new instance of MobileNetworkInstallationReason.

Properties

ControlPlaneAccessInterfaceHasChanged

A reinstall is required as the packet core is running with out-of-date control plane access interface information.

ControlPlaneAccessVirtualIPv4AddressesHasChanged

A reinstall is required as the packet core is running with out-of-date control plane access network virtual IP address.

NoAttachedDataNetworks

The packet core has not been installed as the packet core has no attached data networks.

NoPacketCoreDataPlane

The packet core has not been installed as there is no configured data plane for this packet core.

NoSlices

The packet core has not been installed as the mobile network does not have any applicable configured slices.

PublicLandMobileNetworkIdentifierHasChanged

A reinstall is required as the packet core is running with out-of-date PLMN ID.

UserPlaneAccessInterfaceHasChanged

A reinstall is required as the packet core is running with out-of-date user plane core interface.

UserPlaneAccessVirtualIPv4AddressesHasChanged

A reinstall is required as the packet core is running with out-of-date user plane access network virtual IP address.

UserPlaneDataInterfaceHasChanged

A reinstall is required as the packet core is running with out-of-date user plane access interface.

Methods

Equals(MobileNetworkInstallationReason)

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

Determines if two MobileNetworkInstallationReason values are the same.

Implicit(String to MobileNetworkInstallationReason)

Converts a string to a MobileNetworkInstallationReason.

Inequality(MobileNetworkInstallationReason, MobileNetworkInstallationReason)

Determines if two MobileNetworkInstallationReason values are not the same.

Applies to