MobileNetworkSimState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET