Share via


MobileNetworkPlatformType Struct

Definition

The platform type where packet core is deployed. The contents of this enum can change.

public readonly struct MobileNetworkPlatformType : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformType>
type MobileNetworkPlatformType = struct
Public Structure MobileNetworkPlatformType
Implements IEquatable(Of MobileNetworkPlatformType)
Inheritance
MobileNetworkPlatformType
Implements

Constructors

MobileNetworkPlatformType(String)

Initializes a new instance of MobileNetworkPlatformType.

Properties

AKSHCI

If this option is chosen, you must set one of "azureStackEdgeDevice", "connectedCluster" or "customLocation". If multiple are set, they must be consistent with each other.

ThreePAzureStackHCI

If this option is chosen, you must set one of "azureStackHciCluster", "connectedCluster" or "customLocation". If multiple are set, they must be consistent with each other.

Methods

Equals(MobileNetworkPlatformType)

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(MobileNetworkPlatformType, MobileNetworkPlatformType)

Determines if two MobileNetworkPlatformType values are the same.

Implicit(String to MobileNetworkPlatformType)

Converts a string to a MobileNetworkPlatformType.

Inequality(MobileNetworkPlatformType, MobileNetworkPlatformType)

Determines if two MobileNetworkPlatformType values are not the same.

Applies to