Class HadoopClusterGateway
Inheritance
System.Object
HadoopClusterGateway
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HadoopClusterGateway
Fields
View SourceEnabled
Is the Ambari portal enabled? Changing this forces a new resource to be created.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Password
The password used for the Ambari Portal. Changing this forces a new resource to be created.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Username
The username used for the Ambari Portal. Changing this forces a new resource to be created.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |