Condividi tramite


WatcherOperationsExtensions.Start Metodo

Definizione

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

public static void Start (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName);
static member Start : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string -> unit
<Extension()>
Public Sub Start (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 watcher.

Si applica a