Condividi tramite


WatcherOperationsExtensions.Stop Metodo

Definizione

Riprendere il watcher identificato dal nome watcher. http://aka.ms/azureautomationsdk/watcheroperations

public static void Stop (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName);
static member Stop : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string -> unit
<Extension()>
Public Sub Stop (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, watcherName As String)

Parametri

operations
IWatcherOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

watcherName
String

Nome del watcher.

Si applica a