MobileNetworkRecommendedVersion 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 is the recommended version to use for new packet core control plane deployments.
public readonly struct MobileNetworkRecommendedVersion : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkRecommendedVersion>
type MobileNetworkRecommendedVersion = struct
Public Structure MobileNetworkRecommendedVersion
Implements IEquatable(Of MobileNetworkRecommendedVersion)
- Inheritance
-
MobileNetworkRecommendedVersion
- Implements
Constructors
MobileNetworkRecommendedVersion(String) |
Initializes a new instance of MobileNetworkRecommendedVersion. |
Properties
NotRecommended |
This is not the recommended version to use for new packet core control plane deployments. |
Recommended |
This is the recommended version to use for new packet core control plane deployments. |
Methods
Equals(MobileNetworkRecommendedVersion) |
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(MobileNetworkRecommendedVersion, MobileNetworkRecommendedVersion) |
Determines if two MobileNetworkRecommendedVersion values are the same. |
Implicit(String to MobileNetworkRecommendedVersion) |
Converts a string to a MobileNetworkRecommendedVersion. |
Inequality(MobileNetworkRecommendedVersion, MobileNetworkRecommendedVersion) |
Determines if two MobileNetworkRecommendedVersion values are not the same. |
Applies to
Azure SDK for .NET