Share via


RunbookDraftOperationsExtensions.Get Method (IRunbookDraftOperations, String, String)

 

Retrieve the runbook draft 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 RunbookDraftGetResponse Get(
    this IRunbookDraftOperations operations,
    string automationAccount,
    string runbookName
)
public:
[ExtensionAttribute]
static RunbookDraftGetResponse^ Get(
    IRunbookDraftOperations^ operations,
    String^ automationAccount,
    String^ runbookName
)
static member Get : 
        operations:IRunbookDraftOperations *
        automationAccount:string *
        runbookName:string -> RunbookDraftGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IRunbookDraftOperations,
    automationAccount As String,
    runbookName As String
) As RunbookDraftGetResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

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

The response model for the get runbook draft operation.

See Also

RunbookDraftOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top