Share via


IAutomationManagementClient.Runbooks Property

 

Service operation for automation runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)

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

Syntax

IRunbookOperations Runbooks { get; }
property IRunbookOperations^ Runbooks {
    IRunbookOperations^ get();
}
abstract Runbooks : IRunbookOperations with get
ReadOnly Property Runbooks As IRunbookOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperations

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top