JobsOperationsExtensions.BeginCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Job in the given Experiment.
public static Microsoft.Azure.Management.BatchAI.Models.Job BeginCreate (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName, Microsoft.Azure.Management.BatchAI.Models.JobCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * string * string * string * Microsoft.Azure.Management.BatchAI.Models.JobCreateParameters -> Microsoft.Azure.Management.BatchAI.Models.Job
<Extension()>
Public Function BeginCreate (operations As IJobsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, jobName As String, parameters As JobCreateParameters) As Job
Parameters
- operations
- IJobsOperations
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.
- experimentName
- String
The name of the experiment. Experiment names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.
- jobName
- String
The name of the job within the specified resource group. Job 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
- JobCreateParameters
The parameters to provide for job creation.
Returns
Applies to
Azure SDK for .NET