Share via


MachineLearningWorkspaceCollection.CreateOrUpdate Method

Definition

Creates or updates a workspace with the specified parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • Operation Id: Workspaces_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string workspaceName, Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, workspaceName As String, data As MachineLearningWorkspaceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineLearningWorkspaceResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

workspaceName
String

Name of Azure Machine Learning workspace.

data
MachineLearningWorkspaceData

The parameters for creating or updating a machine learning workspace.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workspaceName is an empty string, and was expected to be non-empty.

workspaceName or data is null.

Applies to