MobileNetworkObsoleteVersion 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.
public readonly struct MobileNetworkObsoleteVersion : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkObsoleteVersion>
type MobileNetworkObsoleteVersion = struct
Public Structure MobileNetworkObsoleteVersion
Implements IEquatable(Of MobileNetworkObsoleteVersion)
- Inheritance
-
MobileNetworkObsoleteVersion
- Implements
Constructors
MobileNetworkObsoleteVersion(String) |
Initializes a new instance of MobileNetworkObsoleteVersion. |
Properties
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
Equals(MobileNetworkObsoleteVersion) |
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(MobileNetworkObsoleteVersion, MobileNetworkObsoleteVersion) |
Determines if two MobileNetworkObsoleteVersion values are the same. |
Implicit(String to MobileNetworkObsoleteVersion) |
Converts a string to a MobileNetworkObsoleteVersion. |
Inequality(MobileNetworkObsoleteVersion, MobileNetworkObsoleteVersion) |
Determines if two MobileNetworkObsoleteVersion values are not the same. |
Applies to
Azure SDK for .NET