Share via


ISchedulerManagementClient.JobCollections Property

 

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

Syntax

IJobCollectionOperations JobCollections { get; }
property IJobCollectionOperations^ JobCollections {
    IJobCollectionOperations^ get();
}
abstract JobCollections : IJobCollectionOperations with get
ReadOnly Property JobCollections As IJobCollectionOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations

See Also

ISchedulerManagementClient Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top