Class MLServicesClusterRolesHeadNodeGetArgs
Inherited Members
Namespace: Pulumi.Azure.HDInsight.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MLServicesClusterRolesHeadNodeGetArgs : ResourceArgs
Constructors
View SourceMLServicesClusterRolesHeadNodeGetArgs()
Declaration
public MLServicesClusterRolesHeadNodeGetArgs()
Properties
View SourcePassword
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> |
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> |
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> |
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> |
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> |
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> |