ClustersOperationsExtensions.Create Method

Definition

Creates a Cluster in the given Workspace.

public static Microsoft.Azure.Management.BatchAI.Models.Cluster Create (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters parameters);
static member Create : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters -> Microsoft.Azure.Management.BatchAI.Models.Cluster
<Extension()>
Public Function Create (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String, parameters As ClusterCreateParameters) As Cluster

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

clusterName
String

The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

parameters
ClusterCreateParameters

The parameters to provide for the Cluster creation.

Returns

Applies to