IWatcherOperations.StopWithHttpMessagesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Riprendere il watcher identificato dal nome watcher. http://aka.ms/azureautomationsdk/watcheroperations
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> StopWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, string watcherName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function StopWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, watcherName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)
Parametri
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountName
- String
Nome dell'account di automazione.
- watcherName
- String
Nome watcher.
- customHeaders
- Dictionary<String,List<String>>
Intestazioni che verranno aggiunte alla richiesta.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Eccezioni
Generata quando l'operazione ha restituito un codice di stato non valido
Generata quando un parametro obbligatorio è Null