다음을 통해 공유


WatcherOperationsExtensions.Update 메서드

정의

감시자 이름으로 식별된 감시자를 업데이트합니다. http://aka.ms/azureautomationsdk/watcheroperations

public static Microsoft.Azure.Management.Automation.Models.Watcher Update (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName, Microsoft.Azure.Management.Automation.Models.WatcherUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.WatcherUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Watcher
<Extension()>
Public Function Update (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, watcherName As String, parameters As WatcherUpdateParameters) As Watcher

매개 변수

operations
IWatcherOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

watcherName
String

감시자 이름입니다.

parameters
WatcherUpdateParameters

감시자에 대한 업데이트 매개 변수입니다.

반환

적용 대상