Show / Hide Table of Contents

Class InteractiveQueryClusterRolesHeadNodeGetArgs

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

Constructors

View Source

InteractiveQueryClusterRolesHeadNodeGetArgs()

Declaration
public InteractiveQueryClusterRolesHeadNodeGetArgs()

Properties

View Source

Password

The Password associated with the local administrator for the Head Nodes. 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

SshKeys

A list of SSH Keys which should be used for the local administrator on the Head Nodes. Changing this forces a new resource to be created.

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

SubnetId

The ID of the Subnet within the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.

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

Username

The Username of the local administrator for the Head Nodes. 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

VirtualNetworkId

The ID of the Virtual Network where the Head Nodes should be provisioned within. Changing this forces a new resource to be created.

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

VmSize

The Size of the Virtual Machine which should be used as the Head Nodes. Changing this forces a new resource to be created.

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