Share via


LoadTestAdministrationClient.DeleteTrigger Method

Definition

Overloads

Name Description
DeleteTrigger(String, CancellationToken)

Resource delete operation template.

DeleteTrigger(String, RequestContext)

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

DeleteTrigger(String, CancellationToken)

Source:
LoadTestAdministrationClient.cs

Resource delete operation template.

public virtual Azure.Response DeleteTrigger(string triggerId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteTrigger : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteTrigger : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteTrigger (triggerId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

triggerId
String

The unique identifier of the trigger.

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

triggerId is null.

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

Service returned a non-success status code.

Applies to

DeleteTrigger(String, RequestContext)

Source:
LoadTestAdministrationClient.cs

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response DeleteTrigger(string triggerId, Azure.RequestContext context);
abstract member DeleteTrigger : string * Azure.RequestContext -> Azure.Response
override this.DeleteTrigger : string * Azure.RequestContext -> Azure.Response
Public Overridable Function DeleteTrigger (triggerId As String, context As RequestContext) As Response

Parameters

triggerId
String

The unique identifier of the trigger.

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

triggerId is null.

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

Service returned a non-success status code.

Applies to