MLServicesCluster

Manages a HDInsight ML Services Cluster.

Create a MLServicesCluster Resource

def MLServicesCluster(resource_name, opts=None, cluster_version=None, gateway=None, location=None, name=None, resource_group_name=None, roles=None, rstudio=None, storage_accounts=None, tags=None, tier=None, tls_min_version=None, __props__=None);
name string
The unique name of the resource.
args MLServicesClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args MLServicesClusterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args MLServicesClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

MLServicesCluster Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The MLServicesCluster resource accepts the following input properties:

ClusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

Gateway MLServicesClusterGatewayArgs

A gateway block as defined below.

ResourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Roles MLServicesClusterRolesArgs

A roles block as defined below.

Rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

Tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

Location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

StorageAccounts List<MLServicesClusterStorageAccountArgs>

One or more storage_account block as defined below.

Tags Dictionary<string, string>

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

TlsMinVersion string
ClusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

Gateway MLServicesClusterGateway

A gateway block as defined below.

ResourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Roles MLServicesClusterRoles

A roles block as defined below.

Rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

Tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

Location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

StorageAccounts []MLServicesClusterStorageAccount

One or more storage_account block as defined below.

Tags map[string]string

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

TlsMinVersion string
clusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

gateway MLServicesClusterGateway

A gateway block as defined below.

resourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

roles MLServicesClusterRoles

A roles block as defined below.

rstudio boolean

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

storageAccounts MLServicesClusterStorageAccount[]

One or more storage_account block as defined below.

tags {[key: string]: string}

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

tlsMinVersion string
cluster_version str

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

gateway Dict[MLServicesClusterGateway]

A gateway block as defined below.

resource_group_name str

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

roles Dict[MLServicesClusterRoles]

A roles block as defined below.

rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

tier str

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

location str

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

name str

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

storage_accounts List[MLServicesClusterStorageAccount]

One or more storage_account block as defined below.

tags Dict[str, str]

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

tls_min_version str

Outputs

All input properties are implicitly available as output properties. Additionally, the MLServicesCluster resource produces the following output properties:

EdgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

HttpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

Id string
The provider-assigned unique ID for this managed resource.
SshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

EdgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

HttpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

Id string
The provider-assigned unique ID for this managed resource.
SshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

edgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

httpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

id string
The provider-assigned unique ID for this managed resource.
sshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

edge_ssh_endpoint str

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

https_endpoint str

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

id str
The provider-assigned unique ID for this managed resource.
ssh_endpoint str

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

Look up an Existing MLServicesCluster Resource

Get an existing MLServicesCluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: MLServicesClusterState, opts?: CustomResourceOptions): MLServicesCluster
static get(resource_name, id, opts=None, cluster_version=None, edge_ssh_endpoint=None, gateway=None, https_endpoint=None, location=None, name=None, resource_group_name=None, roles=None, rstudio=None, ssh_endpoint=None, storage_accounts=None, tags=None, tier=None, tls_min_version=None, __props__=None);
func GetMLServicesCluster(ctx *Context, name string, id IDInput, state *MLServicesClusterState, opts ...ResourceOption) (*MLServicesCluster, error)
public static MLServicesCluster Get(string name, Input<string> id, MLServicesClusterState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ClusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

EdgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

Gateway MLServicesClusterGatewayArgs

A gateway block as defined below.

HttpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

Location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

ResourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Roles MLServicesClusterRolesArgs

A roles block as defined below.

Rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

SshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

StorageAccounts List<MLServicesClusterStorageAccountArgs>

One or more storage_account block as defined below.

Tags Dictionary<string, string>

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

Tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

TlsMinVersion string
ClusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

EdgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

Gateway MLServicesClusterGateway

A gateway block as defined below.

HttpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

Location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

ResourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

Roles MLServicesClusterRoles

A roles block as defined below.

Rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

SshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

StorageAccounts []MLServicesClusterStorageAccount

One or more storage_account block as defined below.

Tags map[string]string

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

Tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

TlsMinVersion string
clusterVersion string

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

edgeSshEndpoint string

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

gateway MLServicesClusterGateway

A gateway block as defined below.

httpsEndpoint string

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

location string

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

name string

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

resourceGroupName string

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

roles MLServicesClusterRoles

A roles block as defined below.

rstudio boolean

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

sshEndpoint string

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

storageAccounts MLServicesClusterStorageAccount[]

One or more storage_account block as defined below.

tags {[key: string]: string}

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

tier string

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

tlsMinVersion string
cluster_version str

Specifies the Version of HDInsights which should be used for this Cluster. Changing this forces a new resource to be created.

edge_ssh_endpoint str

The SSH Connectivity Endpoint for the Edge Node of the HDInsight ML Cluster.

gateway Dict[MLServicesClusterGateway]

A gateway block as defined below.

https_endpoint str

The HTTPS Connectivity Endpoint for this HDInsight ML Services Cluster.

location str

Specifies the Azure Region which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

name str

Specifies the name for this HDInsight ML Services Cluster. Changing this forces a new resource to be created.

resource_group_name str

Specifies the name of the Resource Group in which this HDInsight ML Services Cluster should exist. Changing this forces a new resource to be created.

roles Dict[MLServicesClusterRoles]

A roles block as defined below.

rstudio bool

Should R Studio community edition for ML Services be installed? Changing this forces a new resource to be created.

ssh_endpoint str

The SSH Connectivity Endpoint for this HDInsight ML Services Cluster.

storage_accounts List[MLServicesClusterStorageAccount]

One or more storage_account block as defined below.

tags Dict[str, str]

A map of Tags which should be assigned to this HDInsight ML Services Cluster.

tier str

Specifies the Tier which should be used for this HDInsight ML Services Cluster. Possible values are Standard or Premium. Changing this forces a new resource to be created.

tls_min_version str

Supporting Types

MLServicesClusterGateway

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Enabled bool

Is the Ambari portal enabled? Changing this forces a new resource to be created.

Password string

The password used for the Ambari Portal. Changing this forces a new resource to be created.

Username string

The username used for the Ambari Portal. Changing this forces a new resource to be created.

Enabled bool

Is the Ambari portal enabled? Changing this forces a new resource to be created.

Password string

The password used for the Ambari Portal. Changing this forces a new resource to be created.

Username string

The username used for the Ambari Portal. Changing this forces a new resource to be created.

enabled boolean

Is the Ambari portal enabled? Changing this forces a new resource to be created.

password string

The password used for the Ambari Portal. Changing this forces a new resource to be created.

username string

The username used for the Ambari Portal. Changing this forces a new resource to be created.

enabled bool

Is the Ambari portal enabled? Changing this forces a new resource to be created.

password str

The password used for the Ambari Portal. Changing this forces a new resource to be created.

username str

The username used for the Ambari Portal. Changing this forces a new resource to be created.

MLServicesClusterRoles

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

EdgeNode MLServicesClusterRolesEdgeNodeArgs

A edge_node block as defined above.

HeadNode MLServicesClusterRolesHeadNodeArgs

A head_node block as defined above.

WorkerNode MLServicesClusterRolesWorkerNodeArgs

A worker_node block as defined below.

ZookeeperNode MLServicesClusterRolesZookeeperNodeArgs

A zookeeper_node block as defined below.

EdgeNode MLServicesClusterRolesEdgeNode

A edge_node block as defined above.

HeadNode MLServicesClusterRolesHeadNode

A head_node block as defined above.

WorkerNode MLServicesClusterRolesWorkerNode

A worker_node block as defined below.

ZookeeperNode MLServicesClusterRolesZookeeperNode

A zookeeper_node block as defined below.

edgeNode MLServicesClusterRolesEdgeNode

A edge_node block as defined above.

headNode MLServicesClusterRolesHeadNode

A head_node block as defined above.

workerNode MLServicesClusterRolesWorkerNode

A worker_node block as defined below.

zookeeperNode MLServicesClusterRolesZookeeperNode

A zookeeper_node block as defined below.

edgeNode Dict[MLServicesClusterRolesEdgeNode]

A edge_node block as defined above.

headNode Dict[MLServicesClusterRolesHeadNode]

A head_node block as defined above.

workerNode Dict[MLServicesClusterRolesWorkerNode]

A worker_node block as defined below.

zookeeperNode Dict[MLServicesClusterRolesZookeeperNode]

A zookeeper_node block as defined below.

MLServicesClusterRolesEdgeNode

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Username string

The Username of the local administrator for the Edge Node. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Edge Node. Changing this forces a new resource to be created.

SshKeys List<string>

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

SubnetId string

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

VirtualNetworkId string

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

Username string

The Username of the local administrator for the Edge Node. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Edge Node. Changing this forces a new resource to be created.

SshKeys []string

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

SubnetId string

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

VirtualNetworkId string

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

username string

The Username of the local administrator for the Edge Node. Changing this forces a new resource to be created.

vmSize string

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

password string

The Password associated with the local administrator for the Edge Node. Changing this forces a new resource to be created.

sshKeys string[]

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

subnetId string

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

virtualNetworkId string

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

username str

The Username of the local administrator for the Edge Node. Changing this forces a new resource to be created.

vm_size str

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

password str

The Password associated with the local administrator for the Edge Node. Changing this forces a new resource to be created.

sshKeys List[str]

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

subnet_id str

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

virtual_network_id str

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

MLServicesClusterRolesHeadNode

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Username string

The Username of the local administrator for the Head Nodes. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Head Nodes. Changing this forces a new resource to be created.

SshKeys List<string>

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.

SubnetId string

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.

VirtualNetworkId string

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

Username string

The Username of the local administrator for the Head Nodes. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Head Nodes. Changing this forces a new resource to be created.

SshKeys []string

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.

SubnetId string

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.

VirtualNetworkId string

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

username string

The Username of the local administrator for the Head Nodes. Changing this forces a new resource to be created.

vmSize string

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

password string

The Password associated with the local administrator for the Head Nodes. Changing this forces a new resource to be created.

sshKeys string[]

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.

subnetId string

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.

virtualNetworkId string

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

username str

The Username of the local administrator for the Head Nodes. Changing this forces a new resource to be created.

vm_size str

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

password str

The Password associated with the local administrator for the Head Nodes. Changing this forces a new resource to be created.

sshKeys List[str]

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.

subnet_id str

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.

virtual_network_id str

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

MLServicesClusterRolesWorkerNode

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

TargetInstanceCount int

The number of instances which should be run for the Worker Nodes.

Username string

The Username of the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

VmSize string

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

MinInstanceCount int

The minimum number of instances which should be run for the Worker Nodes. Changing this forces a new resource to be created.

Deprecated: this has been deprecated from the API and will be removed in version 3.0 of the provider

Password string

The Password associated with the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

SshKeys List<string>

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

SubnetId string

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

VirtualNetworkId string

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

TargetInstanceCount int

The number of instances which should be run for the Worker Nodes.

Username string

The Username of the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

VmSize string

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

MinInstanceCount int

The minimum number of instances which should be run for the Worker Nodes. Changing this forces a new resource to be created.

Deprecated: this has been deprecated from the API and will be removed in version 3.0 of the provider

Password string

The Password associated with the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

SshKeys []string

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

SubnetId string

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

VirtualNetworkId string

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

targetInstanceCount number

The number of instances which should be run for the Worker Nodes.

username string

The Username of the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

vmSize string

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

minInstanceCount number

The minimum number of instances which should be run for the Worker Nodes. Changing this forces a new resource to be created.

Deprecated: this has been deprecated from the API and will be removed in version 3.0 of the provider

password string

The Password associated with the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

sshKeys string[]

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

subnetId string

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

virtualNetworkId string

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

targetInstanceCount float

The number of instances which should be run for the Worker Nodes.

username str

The Username of the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

vm_size str

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

minInstanceCount float

The minimum number of instances which should be run for the Worker Nodes. Changing this forces a new resource to be created.

Deprecated: this has been deprecated from the API and will be removed in version 3.0 of the provider

password str

The Password associated with the local administrator for the Worker Nodes. Changing this forces a new resource to be created.

sshKeys List[str]

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

subnet_id str

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

virtual_network_id str

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

MLServicesClusterRolesZookeeperNode

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Username string

The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

SshKeys List<string>

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

SubnetId string

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

VirtualNetworkId string

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

Username string

The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

VmSize string

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

Password string

The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

SshKeys []string

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

SubnetId string

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

VirtualNetworkId string

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

username string

The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

vmSize string

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

password string

The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

sshKeys string[]

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

subnetId string

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

virtualNetworkId string

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

username str

The Username of the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

vm_size str

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

password str

The Password associated with the local administrator for the Zookeeper Nodes. Changing this forces a new resource to be created.

sshKeys List[str]

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

subnet_id str

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

virtual_network_id str

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

MLServicesClusterStorageAccount

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IsDefault bool

Is this the Default Storage Account for the HDInsight ML Services Cluster? Changing this forces a new resource to be created.

StorageAccountKey string

The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.

StorageContainerId string

The ID of the Storage Container. Changing this forces a new resource to be created.

IsDefault bool

Is this the Default Storage Account for the HDInsight ML Services Cluster? Changing this forces a new resource to be created.

StorageAccountKey string

The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.

StorageContainerId string

The ID of the Storage Container. Changing this forces a new resource to be created.

isDefault boolean

Is this the Default Storage Account for the HDInsight ML Services Cluster? Changing this forces a new resource to be created.

storageAccountKey string

The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.

storageContainerId string

The ID of the Storage Container. Changing this forces a new resource to be created.

isDefault bool

Is this the Default Storage Account for the HDInsight ML Services Cluster? Changing this forces a new resource to be created.

storage_account_key str

The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.

storage_container_id str

The ID of the Storage Container. Changing this forces a new resource to be created.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.