Share via


JobCollectionGetResponse.IntrinsicSettings Property

 

Optional. Intrinsic settings for the scheduler job collections.

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

Syntax

public JobCollectionIntrinsicSettings IntrinsicSettings { get; set; }
public:
property JobCollectionIntrinsicSettings^ IntrinsicSettings {
    JobCollectionIntrinsicSettings^ get();
    void set(JobCollectionIntrinsicSettings^ value);
}
member IntrinsicSettings : JobCollectionIntrinsicSettings with get, set
Public Property IntrinsicSettings As JobCollectionIntrinsicSettings

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings

See Also

JobCollectionGetResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top