Show / Hide Table of Contents

Class ClusterSkuGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterSkuGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterSkuGetArgs : ResourceArgs

Constructors

View Source

ClusterSkuGetArgs()

Declaration
public ClusterSkuGetArgs()

Properties

View Source

Capacity

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

Declaration
public Input<int> Capacity { get; set; }
Property Value
Type Description
Input<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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.