RunbookDraftOperationsExtensions.Publish Method (IRunbookDraftOperations, String, RunbookDraftPublishParameters)
Retrieve the runbook identified by runbook name. (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 LongRunningOperationResultResponse Publish(
this IRunbookDraftOperations operations,
string automationAccount,
RunbookDraftPublishParameters parameters
)
public:
[ExtensionAttribute]
static LongRunningOperationResultResponse^ Publish(
IRunbookDraftOperations^ operations,
String^ automationAccount,
RunbookDraftPublishParameters^ parameters
)
static member Publish :
operations:IRunbookDraftOperations *
automationAccount:string *
parameters:RunbookDraftPublishParameters -> LongRunningOperationResultResponse
<ExtensionAttribute>
Public Shared Function Publish (
operations As IRunbookDraftOperations,
automationAccount As String,
parameters As RunbookDraftPublishParameters
) As 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.RunbookDraftPublishParametersRequired. The parameters supplied to the publish runbook operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse
A standard service response for long running operations.
See Also
RunbookDraftOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top