Class ClusterArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterArgs : ResourceArgs
Constructors
View SourceClusterArgs()
Declaration
public ClusterArgs()
Properties
View SourceEnableDiskEncryption
Specifies if the cluster's disks are encrypted.
Declaration
public Input<bool> EnableDiskEncryption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableStreamingIngest
Specifies if the streaming ingest is enabled.
Declaration
public Input<bool> EnableStreamingIngest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
The location where the Kusto Cluster should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Kusto Cluster to create. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Specifies the Resource Group where the Kusto Cluster should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
A sku block as defined below.
Declaration
public Input<ClusterSkuArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterSkuArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |