Class HadoopClusterArgs
Inheritance
System.Object
HadoopClusterArgs
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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HadoopClusterArgs : ResourceArgs
Constructors
View Source
HadoopClusterArgs()
Declaration
public HadoopClusterArgs()
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<HadoopClusterComponentVersionArgs> ComponentVersion { get; set; }
Property Value
View Source
Gateway
A gateway block as defined below.
Declaration
public Input<HadoopClusterGatewayArgs> Gateway { get; set; }
Property Value
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 Input<string> Location { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
A metastores block as defined below.
Declaration
public Input<HadoopClusterMetastoresArgs> Metastores { get; set; }
Property Value
View Source
Name
Specifies the name for this HDInsight Hadoop 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 Hadoop 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<HadoopClusterRolesArgs> Roles { get; set; }
Property Value
View Source
StorageAccountGen2
A storage_account_gen2 block as defined below.
Declaration
public Input<HadoopClusterStorageAccountGen2Args> StorageAccountGen2 { get; set; }
Property Value
View Source
StorageAccounts
One or more storage_account block as defined below.
Declaration
public InputList<HadoopClusterStorageAccountArgs> StorageAccounts { get; set; }
Property Value
View Source
A map of Tags which should be assigned to this HDInsight Hadoop 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 Hadoop 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> |
|