Share via


AutomationManagementClient.Jobs Property

 

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

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

Syntax

public virtual IJobOperations Jobs { get; }
public:
property IJobOperations^ Jobs {
    virtual IJobOperations^ get();
}
abstract Jobs : IJobOperations with get
override Jobs : IJobOperations with get
Public Overridable ReadOnly Property Jobs As IJobOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IJobOperations

Implements

IAutomationManagementClient.Jobs

See Also

AutomationManagementClient Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top