MobileNetworkRecommendedVersion Struct

Definition

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