共用方式為


ManagedClusterSku Class

Definition

The SKU of a Managed Cluster.

public class ManagedClusterSku : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterSku = class
    inherit ProvisionableConstruct
Public Class ManagedClusterSku
Inherits ProvisionableConstruct
Inheritance

Constructors

ManagedClusterSku()

Creates a new ManagedClusterSku.

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

DefineProvisionableProperties()

Define all the provisionable properties of ManagedClusterSku.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to