RunbookOperationsExtensions.Publish Method

Definition

public static Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders Publish (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Publish : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.RunbookPublishHeaders
<Extension()>
Public Function Publish (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String) As RunbookPublishHeaders

Parameters

operations
IRunbookOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

runbookName
String

The parameters supplied to the publish runbook operation.

Returns

Applies to