Share via


ManagedClusterSkuName Struct

Definition

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

ManagedClusterSkuName(String)

Initializes a new instance of ManagedClusterSkuName.

Properties

Base

Base option for the AKS control plane.

Methods

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

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.

Applies to