Partager via


MachineLearningWorkspaceResource.Update Méthode

Définition

Mises à jour un espace de travail Machine Learning avec les paramètres spécifiés.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
  • IdWorkspaces_Update d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As MachineLearningWorkspacePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineLearningWorkspaceResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

patch
MachineLearningWorkspacePatch

Paramètres de mise à jour d’un espace de travail Machine Learning.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

patch a la valeur null.

S’applique à