DiscoveryTasksClient.StableUpdate Method

Definition

[Protocol Method] Patch (partial update) a task (e.g. status, description, validation requirements, dependencies, result).

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response StableUpdate(string projectName, string investigationName, string taskName, Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member StableUpdate : string * string * string * Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
override this.StableUpdate : string * string * string * Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
Public Overridable Function StableUpdate (projectName As String, investigationName As String, taskName As String, content As RequestContent, Optional context As RequestContext = Nothing) As Response

Parameters

projectName
String

The project name.

investigationName
String

The investigation name.

taskName
String

The unique identifier of the task.

content
RequestContent

The content to send as the body of the request.

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

projectName, investigationName, taskName or content is null.

projectName, investigationName or taskName is an empty string, and was expected to be non-empty.

Service returned a non-success status code.

Applies to