Show / Hide Table of Contents

Class HadoopCluster

Manages a HDInsight Hadoop Cluster.

Inheritance
System.Object
Resource
CustomResource
HadoopCluster
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class HadoopCluster : CustomResource

Constructors

View Source

HadoopCluster(String, HadoopClusterArgs, CustomResourceOptions)

Create a HadoopCluster resource with the given unique name, arguments, and options.

Declaration
public HadoopCluster(string name, HadoopClusterArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

HadoopClusterArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

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 Output<string> ClusterVersion { get; }
Property Value
Type Description
Output<System.String>
View Source

ComponentVersion

A component_version block as defined below.

Declaration
public Output<HadoopClusterComponentVersion> ComponentVersion { get; }
Property Value
Type Description
Output<HadoopClusterComponentVersion>
View Source

Gateway

A gateway block as defined below.

Declaration
public Output<HadoopClusterGateway> Gateway { get; }
Property Value
Type Description
Output<HadoopClusterGateway>
View Source

HttpsEndpoint

The HTTPS Connectivity Endpoint for this HDInsight Hadoop Cluster.

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

Location

Specifies the Azure Region which this HDInsight Hadoop 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>
View Source

Metastores

A metastores block as defined below.

Declaration
public Output<HadoopClusterMetastores> Metastores { get; }
Property Value
Type Description
Output<HadoopClusterMetastores>
View Source

Name

Specifies the name for this HDInsight Hadoop Cluster. Changing this forces a new resource to be created.

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<System.String>
View Source

ResourceGroupName

Specifies the name of the Resource Group in which this HDInsight Hadoop 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>
View Source

Roles

A roles block as defined below.

Declaration
public Output<HadoopClusterRoles> Roles { get; }
Property Value
Type Description
Output<HadoopClusterRoles>
View Source

SshEndpoint

The SSH Connectivity Endpoint for this HDInsight Hadoop Cluster.

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

StorageAccountGen2

A storage_account_gen2 block as defined below.

Declaration
public Output<HadoopClusterStorageAccountGen2> StorageAccountGen2 { get; }
Property Value
Type Description
Output<HadoopClusterStorageAccountGen2>
View Source

StorageAccounts

One or more storage_account block as defined below.

Declaration
public Output<ImmutableArray<HadoopClusterStorageAccount>> StorageAccounts { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<HadoopClusterStorageAccount>>
View Source

Tags

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

Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>>
View Source

Tier

Specifies the Tier which should be used for this HDInsight Hadoop 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>
View Source

TlsMinVersion

Declaration
public Output<string> TlsMinVersion { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, HadoopClusterState, CustomResourceOptions)

Get an existing HadoopCluster resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static HadoopCluster Get(string name, Input<string> id, HadoopClusterState 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.

HadoopClusterState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
HadoopCluster
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.