Show / Hide Table of Contents

Class HadoopClusterMetastoresGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HadoopClusterMetastoresGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

HadoopClusterMetastoresGetArgs()

Declaration
public HadoopClusterMetastoresGetArgs()

Properties

View Source

Ambari

An ambari block as defined below.

Declaration
public Input<HadoopClusterMetastoresAmbariGetArgs> Ambari { get; set; }
Property Value
Type Description
Input<HadoopClusterMetastoresAmbariGetArgs>
View Source

Hive

A hive block as defined below.

Declaration
public Input<HadoopClusterMetastoresHiveGetArgs> Hive { get; set; }
Property Value
Type Description
Input<HadoopClusterMetastoresHiveGetArgs>
View Source

Oozie

An oozie block as defined below.

Declaration
public Input<HadoopClusterMetastoresOozieGetArgs> Oozie { get; set; }
Property Value
Type Description
Input<HadoopClusterMetastoresOozieGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.