共用方式為


WatcherOperationsExtensions.Start 方法

定義

繼續監看員名稱所識別的監看員。 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)

參數

operations
IWatcherOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

watcherName
String

監看員名稱。

適用於