Share via


AutomationManagementClient.RunbookDraft Property

 

Service operation for automation runbook draft. (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 virtual IRunbookDraftOperations RunbookDraft { get; }
public:
property IRunbookDraftOperations^ RunbookDraft {
    virtual IRunbookDraftOperations^ get();
}
abstract RunbookDraft : IRunbookDraftOperations with get
override RunbookDraft : IRunbookDraftOperations with get
Public Overridable ReadOnly Property RunbookDraft As IRunbookDraftOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations

Implements

IAutomationManagementClient.RunbookDraft

See Also

AutomationManagementClient Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top