Show / Hide Table of Contents

Class InteractiveQueryClusterState

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

Constructors

View Source

InteractiveQueryClusterState()

Declaration
public InteractiveQueryClusterState()

Properties

View Source

ClusterVersion

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

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

ComponentVersion

A component_version block as defined below.

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

Gateway

A gateway block as defined below.

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

HttpsEndpoint

The HTTPS Connectivity Endpoint for this HDInsight Interactive Query Cluster.

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

Location

Specifies the Azure Region which this HDInsight Interactive Query Cluster should exist. 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

Specifies the name for this HDInsight Interactive Query Cluster. 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 name of the Resource Group in which this HDInsight Interactive Query 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

Roles

A roles block as defined below.

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

SshEndpoint

The SSH Connectivity Endpoint for this HDInsight Interactive Query Cluster.

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

StorageAccountGen2

A storage_account_gen2 block as defined below.

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

StorageAccounts

One or more storage_account block as defined below.

Declaration
public InputList<InteractiveQueryClusterStorageAccountGetArgs> StorageAccounts { get; set; }
Property Value
Type Description
InputList<InteractiveQueryClusterStorageAccountGetArgs>
View Source

Tags

A map of Tags which should be assigned to this HDInsight Interactive Query Cluster.

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

Tier

Specifies the Tier which should be used for this HDInsight Interactive Query Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

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

TlsMinVersion

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