다음을 통해 공유


WatcherOperationsExtensions.CreateOrUpdateAsync 메서드

정의

감시자 이름으로 식별되는 감시자를 만듭니다. http://aka.ms/azureautomationsdk/watcheroperations

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

매개 변수

operations
IWatcherOperations

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

resourceGroupName
String

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

automationAccountName
String

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

watcherName
String

감시자 이름입니다.

parameters
Watcher

감시자에 대한 매개 변수 만들기 또는 업데이트입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상