Class ClusterState
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 ClusterState : ResourceArgs
Constructors
View SourceClusterState()
Declaration
public ClusterState()
Properties
View SourceDataIngestionUri
The Kusto Cluster URI to be used for data ingestion.
Declaration
public Input<string> DataIngestionUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableDiskEncryption
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<ClusterSkuGetArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterSkuGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Uri
The FQDN of the Azure Kusto Cluster.
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |