Show / Hide Table of Contents

Class ClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterState : ResourceArgs

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

DataIngestionUri

The Kusto Cluster URI to be used for data ingestion.

Declaration
public Input<string> DataIngestionUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EnableDiskEncryption

Specifies if the cluster's disks are encrypted.

Declaration
public Input<bool> EnableDiskEncryption { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableStreamingIngest

Specifies if the streaming ingest is enabled.

Declaration
public Input<bool> EnableStreamingIngest { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
View Source

Sku

A sku block as defined below.

Declaration
public Input<ClusterSkuGetArgs> Sku { get; set; }
Property Value
Type Description
Input<ClusterSkuGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Uri

The FQDN of the Azure Kusto Cluster.

Declaration
public Input<string> Uri { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.