Share via


MobileNetworkInstallationState Struct

Definition

The installation state of the packet core.

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

Constructors

MobileNetworkInstallationState(String)

Initializes a new instance of MobileNetworkInstallationState.

Properties

Failed

The packet core is in failed state.

Installed

The packet core is installed.

Installing

The packet core is installing.

Reinstalling

The packet core is reinstalling.

RollingBack

The packet core is rolling back to its previous version.

Uninstalled

The packet core is uninstalled.

Uninstalling

The packet core is uninstalling.

Updating

The packet core is updating its configuration.

Upgrading

The packet core is upgrading to a different software version.

Methods

Equals(MobileNetworkInstallationState)

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

Determines if two MobileNetworkInstallationState values are the same.

Implicit(String to MobileNetworkInstallationState)

Converts a string to a MobileNetworkInstallationState.

Inequality(MobileNetworkInstallationState, MobileNetworkInstallationState)

Determines if two MobileNetworkInstallationState values are not the same.

Applies to