Class HadoopClusterMetastoresGetArgs
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 HadoopClusterMetastoresGetArgs : ResourceArgs
Constructors
View SourceHadoopClusterMetastoresGetArgs()
Declaration
public HadoopClusterMetastoresGetArgs()
Properties
View SourceAmbari
An ambari block as defined below.
Declaration
public Input<HadoopClusterMetastoresAmbariGetArgs> Ambari { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresAmbariGetArgs> |
Hive
A hive block as defined below.
Declaration
public Input<HadoopClusterMetastoresHiveGetArgs> Hive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresHiveGetArgs> |
Oozie
An oozie block as defined below.
Declaration
public Input<HadoopClusterMetastoresOozieGetArgs> Oozie { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HadoopClusterMetastoresOozieGetArgs> |