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.
public readonly struct ManagedClusterSkuName : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterSkuName>
type ManagedClusterSkuName = struct
Public Structure ManagedClusterSkuName
Implements IEquatable(Of ManagedClusterSkuName)
- Inheritance
-
ManagedClusterSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterSkuName(String) |
Initializes a new instance of ManagedClusterSkuName. |
Properties
| Name | Description |
|---|---|
| Automatic |
Automatic clusters are optimized to run most production workloads with configuration that follows AKS best practices and recommendations for cluster and workload setup, scalability, and security. For more details about Automatic clusters see aka.ms/aks/automatic. Serialized Name: ManagedClusterSKUName.Automatic |
| Base |
Base option for the AKS control plane. Serialized Name: ManagedClusterSKUName.Base |
Methods
| Name | Description |
|---|---|
| Equals(ManagedClusterSkuName) |
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
| Name | Description |
|---|---|
| Equality(ManagedClusterSkuName, ManagedClusterSkuName) |
Determines if two ManagedClusterSkuName values are the same. |
| Implicit(String to ManagedClusterSkuName) |
Converts a String to a ManagedClusterSkuName. |
| Inequality(ManagedClusterSkuName, ManagedClusterSkuName) |
Determines if two ManagedClusterSkuName values are not the same. |