Sdílet prostřednictvím


MobileNetworkSimState Struct

Definition

The state of the SIM resource.

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

Constructors

MobileNetworkSimState(String)

Initializes a new instance of MobileNetworkSimState.

Properties

Disabled

The SIM is disabled because not all configuration required for enabling is present.

Enabled

The SIM is enabled.

Invalid

The SIM cannot be enabled because some of the associated configuration is invalid.

Methods

Equals(MobileNetworkSimState)

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

Determines if two MobileNetworkSimState values are the same.

Implicit(String to MobileNetworkSimState)

Converts a string to a MobileNetworkSimState.

Inequality(MobileNetworkSimState, MobileNetworkSimState)

Determines if two MobileNetworkSimState values are not the same.

Applies to