RunbookDraftOperationsExtensions.BeginUpdateAsync Method (IRunbookDraftOperations, String, RunbookDraftUpdateParameters)
Updates the runbook draft with runbookStream as its content. (see https://aka.ms/azureautomationsdk/runbookdraftoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static Task<LongRunningOperationResultResponse> BeginUpdateAsync(
this IRunbookDraftOperations operations,
string automationAccount,
RunbookDraftUpdateParameters parameters
)
public:
[ExtensionAttribute]
static Task<LongRunningOperationResultResponse^>^ BeginUpdateAsync(
IRunbookDraftOperations^ operations,
String^ automationAccount,
RunbookDraftUpdateParameters^ parameters
)
static member BeginUpdateAsync :
operations:IRunbookDraftOperations *
automationAccount:string *
parameters:RunbookDraftUpdateParameters -> Task<LongRunningOperationResultResponse>
<ExtensionAttribute>
Public Shared Function BeginUpdateAsync (
operations As IRunbookDraftOperations,
automationAccount As String,
parameters As RunbookDraftUpdateParameters
) As Task(Of LongRunningOperationResultResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
automationAccount
Type: System.StringRequired. The automation account name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParametersRequired. The runbook draft update parameters.
Return Value
Type: System.Threading.Tasks.Task<LongRunningOperationResultResponse>
A standard service response for long running operations.
See Also
RunbookDraftOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top