Class HadoopClusterMetastoresArgs
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()
Namespace: Pulumi.Azure.HDInsight.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HadoopClusterMetastoresArgs : ResourceArgs
Constructors
View SourceHadoopClusterMetastoresArgs()
Declaration
public HadoopClusterMetastoresArgs()
Properties
View SourceAmbari
An ambari block as defined below.
Declaration
public Input<HadoopClusterMetastoresAmbariArgs> Ambari { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresAmbariArgs> |
Hive
A hive block as defined below.
Declaration
public Input<HadoopClusterMetastoresHiveArgs> Hive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresHiveArgs> |
Oozie
An oozie block as defined below.
Declaration
public Input<HadoopClusterMetastoresOozieArgs> Oozie { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresOozieArgs> |