RunbookOperationsExtensions.PatchAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse> PatchAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.RunbookPatchParameters parameters);
static member PatchAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * Microsoft.Azure.Management.Automation.Models.RunbookPatchParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookGetResponse>
<Extension()>
Public Function PatchAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccount As String, parameters As RunbookPatchParameters) As Task(Of RunbookGetResponse)

Parameters

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String

Returns

Applies to