Share via


JobErrorAction.Type Property

 

Required. Type of action. Can be one of http, https, storageQueue.

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

Syntax

public JobActionType Type { get; set; }
public:
property JobActionType Type {
    JobActionType get();
    void set(JobActionType value);
}
member Type : JobActionType with get, set
Public Property Type As JobActionType

Property Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobActionType

See Also

JobErrorAction Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top