Share via


SchedulerManagementClient.JobCollections Property

 

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations

Implements

ISchedulerManagementClient.JobCollections

See Also

SchedulerManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top