ArmContainerServiceModelFactory.ManagedClusterSku Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterSku ManagedClusterSku(Azure.ResourceManager.ContainerService.Models.ManagedClusterSkuName? name = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterSkuTier? tier = default);
static member ManagedClusterSku : Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterSkuName> * Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterSkuTier> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterSku
Public Shared Function ManagedClusterSku (Optional name As Nullable(Of ManagedClusterSkuName) = Nothing, Optional tier As Nullable(Of ManagedClusterSkuTier) = Nothing) As ManagedClusterSku
Parameters
The name of a managed cluster SKU.
The tier of a managed cluster SKU. If not specified, the default is 'Free'. See AKS Pricing Tier for more details.
Returns
A new ManagedClusterSku instance for mocking.