次の方法で共有


IRunbookDraftOperations.BeginUpdateGraphAsync メソッド

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationResultResponse> BeginUpdateGraphAsync (string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.RunbookDraftUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginUpdateGraphAsync : string * string * Microsoft.Azure.Management.Automation.Models.RunbookDraftUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationResultResponse>
Public Function BeginUpdateGraphAsync (resourceGroupName As String, automationAccount As String, parameters As RunbookDraftUpdateParameters, cancellationToken As CancellationToken) As Task(Of LongRunningOperationResultResponse)

パラメーター

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

戻り値

適用対象