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