ManagedClusterSkuName 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 name of a managed cluster SKU.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuNameTypeConverter))]
public struct ManagedClusterSkuName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ManagedClusterSkuNameTypeConverter))>]
type ManagedClusterSkuName = struct
interface IArgumentCompleter
Public Structure ManagedClusterSkuName
Implements IArgumentCompleter, IEquatable(Of ManagedClusterSkuName)
- Inheritance
-
ManagedClusterSkuName
- Attributes
- Implements
Fields
Base |
Base option for the AKS control plane. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ManagedClusterSkuName) |
Compares values of enum type ManagedClusterSkuName |
Equals(Object) |
Compares values of enum type ManagedClusterSkuName (override for Object) |
GetHashCode() |
Returns hashCode for enum ManagedClusterSkuName |
ToString() |
Returns string representation for ManagedClusterSkuName |
Operators
Equality(ManagedClusterSkuName, ManagedClusterSkuName) |
Overriding == operator for enum ManagedClusterSkuName |
Implicit(ManagedClusterSkuName to String) |
Implicit operator to convert ManagedClusterSkuName to string |
Implicit(String to ManagedClusterSkuName) |
Implicit operator to convert string to ManagedClusterSkuName |
Inequality(ManagedClusterSkuName, ManagedClusterSkuName) |
Overriding != operator for enum ManagedClusterSkuName |