Share via


IAutomationAccountOperations.PatchAsync Method

Definition

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

Parameters

resourceGroupName
String
cancellationToken
CancellationToken

Returns

Applies to