다음을 통해 공유


WatcherOperationsExtensions.UpdateAsync 메서드

정의

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Watcher> UpdateAsync (this Microsoft.Azure.Management.Automation.IWatcherOperations operations, string resourceGroupName, string automationAccountName, string watcherName, Microsoft.Azure.Management.Automation.Models.WatcherUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.IWatcherOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.WatcherUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Watcher>
<Extension()>
Public Function UpdateAsync (operations As IWatcherOperations, resourceGroupName As String, automationAccountName As String, watcherName As String, parameters As WatcherUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Watcher)

매개 변수

operations
IWatcherOperations

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

resourceGroupName
String

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

automationAccountName
String

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

watcherName
String

감시자 이름입니다.

parameters
WatcherUpdateParameters

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

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상