RunbookOperationsExtensions.Get Method (IRunbookOperations, String, String)

 

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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

<ExtensionAttribute>
Public Shared Function Get (
	operations As IRunbookOperations,
	automationAccount As String,
	runbookName As String
) As RunbookGetResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperations

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

automationAccount
Type: System.String

Required. The automation account name.

runbookName
Type: System.String

Required. The runbook name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse

The response model for the get runbook operation.

Return to top
Show: