Show / Hide Table of Contents

Class ClusterSku

Inheritance
System.Object
ClusterSku
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Kusto.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterSku

Fields

View Source

Capacity

Specifies the node count for the cluster. Boundaries depend on the sku name.

Declaration
public readonly int Capacity
Field Value
Type Description
System.Int32
View Source

Name

The name of the SKU. Valid values are: Dev(No SLA)_Standard_D11_v2, Standard_D11_v2, Standard_D12_v2, Standard_D13_v2, Standard_D14_v2, Standard_DS13_v2+1TB_PS, Standard_DS13_v2+2TB_PS, Standard_DS14_v2+3TB_PS, Standard_DS14_v2+4TB_PS, Standard_L16s, Standard_L4s and Standard_L8s

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.