ObsoleteVersion 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.
Indicates whether this version is obsolete.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ObsoleteVersionTypeConverter))]
public struct ObsoleteVersion : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ObsoleteVersion>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ObsoleteVersionTypeConverter))>]
type ObsoleteVersion = struct
interface IArgumentCompleter
Public Structure ObsoleteVersion
Implements IArgumentCompleter, IEquatable(Of ObsoleteVersion)
- Inheritance
-
ObsoleteVersion
- Attributes
- Implements
Fields
NotObsolete |
This version is not obsolete for use in new packet core control plane deployments. |
Obsolete |
This version is obsolete for use in new packet core control plane deployments. |
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 ObsoleteVersion (override for Object) |
Equals(ObsoleteVersion) |
Compares values of enum type ObsoleteVersion |
GetHashCode() |
Returns hashCode for enum ObsoleteVersion |
ToString() |
Returns string representation for ObsoleteVersion |
Operators
Equality(ObsoleteVersion, ObsoleteVersion) |
Overriding == operator for enum ObsoleteVersion |
Implicit(ObsoleteVersion to String) |
Implicit operator to convert ObsoleteVersion to string |
Implicit(String to ObsoleteVersion) |
Implicit operator to convert string to ObsoleteVersion |
Inequality(ObsoleteVersion, ObsoleteVersion) |
Overriding != operator for enum ObsoleteVersion |