JobCreateOrUpdateParameters Class

 

Parameters specifying the job definition for a CreateOrUpdate Job operation.

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

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters

Public Class JobCreateOrUpdateParameters

NameDescription
System_CAPS_pubmethodJobCreateOrUpdateParameters()

Initializes a new instance of the JobCreateOrUpdateParameters class.

System_CAPS_pubmethodJobCreateOrUpdateParameters(JobAction)

Initializes a new instance of the JobCreateOrUpdateParameters class with required arguments.

NameDescription
System_CAPS_pubpropertyAction

Required. Action to invoke for the job.

System_CAPS_pubpropertyRecurrence

Optional. Recurrence schedule for the job.

System_CAPS_pubpropertyStartTime

Optional. Start time for the job. Defined as ISO-8601.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: