RunbookDraftOperationsExtensions::Update Method (IRunbookDraftOperations^, String^, RunbookDraftUpdateParameters^)

 

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
[ExtensionAttribute]
static LongRunningOperationResultResponse^ Update(
	IRunbookDraftOperations^ operations,
	String^ automationAccount,
	RunbookDraftUpdateParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::IRunbookDraftOperations^

Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.

automationAccount
Type: System::String^

Required. The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models::RunbookDraftUpdateParameters^

Required. The runbook draft update parameters.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::LongRunningOperationResultResponse^

A standard service response for long running operations.

Return to top
Show: