ManagedClusterSku Class
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 SKU of a Managed Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterSkuTypeConverter))]
public class ManagedClusterSku : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterSkuTypeConverter))>]
type ManagedClusterSku = class
interface IManagedClusterSku
interface IJsonSerializable
Public Class ManagedClusterSku
Implements IManagedClusterSku
- Inheritance
-
ManagedClusterSku
- Attributes
- Implements
Constructors
ManagedClusterSku() |
Creates an new ManagedClusterSku instance. |
Properties
Name |
The name of a managed cluster SKU. |
Tier |
If not specified, the default is 'Free'. See AKS Pricing Tier for more details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterSku. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterSku. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterSku. |
FromJsonString(String) |
Creates a new instance of ManagedClusterSku, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterSku into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |