Class InteractiveQueryCluster
Manages a HDInsight Interactive Query Cluster.
Inherited Members
Namespace: Pulumi.Azure.HDInsight
Assembly: Pulumi.Azure.dll
Syntax
public class InteractiveQueryCluster : CustomResource
Constructors
View SourceInteractiveQueryCluster(String, InteractiveQueryClusterArgs, CustomResourceOptions)
Create a InteractiveQueryCluster resource with the given unique name, arguments, and options.
Declaration
public InteractiveQueryCluster(string name, InteractiveQueryClusterArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| InteractiveQueryClusterArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceClusterVersion
Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.
Declaration
public Output<string> ClusterVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ComponentVersion
A component_version block as defined below.
Declaration
public Output<InteractiveQueryClusterComponentVersion> ComponentVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<InteractiveQueryClusterComponentVersion> |
Gateway
A gateway block as defined below.
Declaration
public Output<InteractiveQueryClusterGateway> Gateway { get; }
Property Value
| Type | Description |
|---|---|
| Output<InteractiveQueryClusterGateway> |
HttpsEndpoint
The HTTPS Connectivity Endpoint for this HDInsight Interactive Query Cluster.
Declaration
public Output<string> HttpsEndpoint { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Location
Specifies the Azure Region which this HDInsight Interactive Query Cluster should exist. Changing this forces a new resource to be created.
Declaration
public Output<string> Location { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Specifies the name for this HDInsight Interactive Query Cluster. Changing this forces a new resource to be created.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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 Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Roles
A roles block as defined below.
Declaration
public Output<InteractiveQueryClusterRoles> Roles { get; }
Property Value
| Type | Description |
|---|---|
| Output<InteractiveQueryClusterRoles> |
SshEndpoint
The SSH Connectivity Endpoint for this HDInsight Interactive Query Cluster.
Declaration
public Output<string> SshEndpoint { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
StorageAccountGen2
A storage_account_gen2 block as defined below.
Declaration
public Output<InteractiveQueryClusterStorageAccountGen2> StorageAccountGen2 { get; }
Property Value
| Type | Description |
|---|---|
| Output<InteractiveQueryClusterStorageAccountGen2> |
StorageAccounts
One or more storage_account block as defined below.
Declaration
public Output<ImmutableArray<InteractiveQueryClusterStorageAccount>> StorageAccounts { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<InteractiveQueryClusterStorageAccount>> |
Tags
A map of Tags which should be assigned to this HDInsight Interactive Query Cluster.
Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
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 Output<string> Tier { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TlsMinVersion
Declaration
public Output<string> TlsMinVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, InteractiveQueryClusterState, CustomResourceOptions)
Get an existing InteractiveQueryCluster resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static InteractiveQueryCluster Get(string name, Input<string> id, InteractiveQueryClusterState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| InteractiveQueryClusterState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| InteractiveQueryCluster |