SimState 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SimStateTypeConverter))]
public struct SimState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SimState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SimStateTypeConverter))>]
type SimState = struct
interface IArgumentCompleter
Public Structure SimState
Implements IArgumentCompleter, IEquatable(Of SimState)
- Inheritance
-
SimState
- Attributes
- Implements
Fields
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
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SimState (override for Object) |
Equals(SimState) |
Compares values of enum type SimState |
GetHashCode() |
Returns hashCode for enum SimState |
ToString() |
Returns string representation for SimState |
Operators
Equality(SimState, SimState) |
Overriding == operator for enum SimState |
Implicit(SimState to String) |
Implicit operator to convert SimState to string |
Implicit(String to SimState) |
Implicit operator to convert string to SimState |
Inequality(SimState, SimState) |
Overriding != operator for enum SimState |