AutomationWatcherResource.Stop(CancellationToken) Method

Definition

Resume the watcher identified by watcher name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/stop
  • Operation Id: Watcher_Stop
public virtual Azure.Response Stop (System.Threading.CancellationToken cancellationToken = default);
abstract member Stop : System.Threading.CancellationToken -> Azure.Response
override this.Stop : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Stop (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to