PlatformType 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.
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
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
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
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 |