共用方式為


PlatformType Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformTypeTypeConverter))]
public struct PlatformType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformTypeTypeConverter))>]
type PlatformType = struct
    interface IArgumentCompleter
Public Structure PlatformType
Implements IArgumentCompleter, IEquatable(Of PlatformType)
Inheritance
PlatformType
Attributes
Implements

Fields

Name Description
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

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PlatformType (override for Object)

Equals(PlatformType)

Compares values of enum type PlatformType

GetHashCode()

Returns hashCode for enum PlatformType

ToString()

Returns string representation for PlatformType

Operators

Name Description
Equality(PlatformType, PlatformType)

Overriding == operator for enum PlatformType

Implicit(PlatformType to String)

Implicit operator to convert PlatformType to string

Implicit(String to PlatformType)

Implicit operator to convert string to PlatformType

Inequality(PlatformType, PlatformType)

Overriding != operator for enum PlatformType

Applies to