Show / Hide Table of Contents

Class HadoopClusterMetastoresHiveGetArgs

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

Constructors

View Source

HadoopClusterMetastoresHiveGetArgs()

Declaration
public HadoopClusterMetastoresHiveGetArgs()

Properties

View Source

DatabaseName

The external Hive metastore's existing SQL database. Changing this forces a new resource to be created.

Declaration
public Input<string> DatabaseName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The external Hive metastore's existing SQL server admin password. Changing this forces a new resource to be created.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Server

The fully-qualified domain name (FQDN) of the SQL server to use for the external Hive metastore. Changing this forces a new resource to be created.

Declaration
public Input<string> Server { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The external Hive metastore's existing SQL server admin username. Changing this forces a new resource to be created.

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