Class InteractiveQueryClusterRolesArgs
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 InteractiveQueryClusterRolesArgs : ResourceArgs
Constructors
View SourceInteractiveQueryClusterRolesArgs()
Declaration
public InteractiveQueryClusterRolesArgs()
Properties
View SourceHeadNode
A head_node block as defined above.
Declaration
public Input<InteractiveQueryClusterRolesHeadNodeArgs> HeadNode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InteractiveQueryClusterRolesHeadNodeArgs> |
WorkerNode
A worker_node block as defined below.
Declaration
public Input<InteractiveQueryClusterRolesWorkerNodeArgs> WorkerNode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InteractiveQueryClusterRolesWorkerNodeArgs> |
ZookeeperNode
A zookeeper_node block as defined below.
Declaration
public Input<InteractiveQueryClusterRolesZookeeperNodeArgs> ZookeeperNode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InteractiveQueryClusterRolesZookeeperNodeArgs> |