JobCreateOrUpdateParameters Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
JobCreateOrUpdateParameters() |
Initialise une nouvelle instance de la classe JobCreateOrUpdateParameters. |
JobCreateOrUpdateParameters(JobAction) |
Initialise une nouvelle instance de la classe JobCreateOrUpdateParameters avec les arguments requis. |
JobCreateOrUpdateParameters()
Initialise une nouvelle instance de la classe JobCreateOrUpdateParameters.
public JobCreateOrUpdateParameters ();
Public Sub New ()
S’applique à
JobCreateOrUpdateParameters(JobAction)
Initialise une nouvelle instance de la classe JobCreateOrUpdateParameters avec les arguments requis.
public JobCreateOrUpdateParameters (Microsoft.WindowsAzure.Scheduler.Models.JobAction action);
new Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters : Microsoft.WindowsAzure.Scheduler.Models.JobAction -> Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters
Public Sub New (action As JobAction)
Paramètres
- action
- JobAction
S’applique à
Azure SDK for .NET