Show / Hide Table of Contents

Class HadoopClusterMetastoresArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HadoopClusterMetastoresArgs
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 HadoopClusterMetastoresArgs : ResourceArgs

Constructors

View Source

HadoopClusterMetastoresArgs()

Declaration
public HadoopClusterMetastoresArgs()

Properties

View Source

Ambari

An ambari block as defined below.

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

Hive

A hive block as defined below.

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

Oozie

An oozie block as defined below.

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