Compartilhar via


JobErrorAction.Type Propriedade

 

Obrigatório. Tipo de ação. Pode ser um de http, https, storageQueue.

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

Sintaxe

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

Valor de propriedade

Type: Microsoft.WindowsAzure.Scheduler.Models.JobActionType

Consulte também

Classe JobErrorAction
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo