다음을 통해 공유


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

감시자 이름입니다.

적용 대상