JobCollectionIntrinsicSettings Class

 

Parameters supplied to intrinsic settings for a job.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings

Syntax

public class JobCollectionIntrinsicSettings
public ref class JobCollectionIntrinsicSettings 
type JobCollectionIntrinsicSettings = class end
Public Class JobCollectionIntrinsicSettings

Constructors

Name Description
JobCollectionIntrinsicSettings()

Initializes a new instance of the JobCollectionIntrinsicSettings class.

Properties

Name Description
Plan

Optional. The plan of the resource.

Quota

Optional. Quota settings for the job collection.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top