VersionState 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 this packet core control plane version.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionStateTypeConverter))]
public struct VersionState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.VersionStateTypeConverter))>]
type VersionState = struct
interface IArgumentCompleter
Public Structure VersionState
Implements IArgumentCompleter, IEquatable(Of VersionState)
- Inheritance
-
VersionState
- Attributes
- Implements
Fields
Active |
This version is active and suitable for production use. |
Deprecated |
This version is deprecated and is no longer supported. |
Preview |
This version is a preview and is not suitable for production use. |
Unknown |
The state of this version is unknown. |
Validating |
This version is currently being validated. |
ValidationFailed |
This version failed validation. |
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 VersionState (override for Object) |
Equals(VersionState) |
Compares values of enum type VersionState |
GetHashCode() |
Returns hashCode for enum VersionState |
ToString() |
Returns string representation for VersionState |
Operators
Equality(VersionState, VersionState) |
Overriding == operator for enum VersionState |
Implicit(String to VersionState) |
Implicit operator to convert string to VersionState |
Implicit(VersionState to String) |
Implicit operator to convert VersionState to string |
Inequality(VersionState, VersionState) |
Overriding != operator for enum VersionState |