IJobStepsOperations Interface
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.
Opérations JobStepsOperations.
public interface IJobStepsOperations
type IJobStepsOperations = interface
Public Interface IJobStepsOperations
Méthodes
Méthodes d’extension
CreateOrUpdate(IJobStepsOperations, String, String, String, String, String, JobStep) |
Crée ou met à jour une étape de travail. Cela crée implicitement une nouvelle version de travail. |
CreateOrUpdateAsync(IJobStepsOperations, String, String, String, String, String, JobStep, CancellationToken) |
Crée ou met à jour une étape de travail. Cela crée implicitement une nouvelle version de travail. |
Delete(IJobStepsOperations, String, String, String, String, String) |
Supprime une étape de travail. Cela crée implicitement une nouvelle version de travail. |
DeleteAsync(IJobStepsOperations, String, String, String, String, String, CancellationToken) |
Supprime une étape de travail. Cela crée implicitement une nouvelle version de travail. |
Get(IJobStepsOperations, String, String, String, String, String) |
Obtient une étape de travail dans la version actuelle d’un travail. |
GetAsync(IJobStepsOperations, String, String, String, String, String, CancellationToken) |
Obtient une étape de travail dans la version actuelle d’un travail. |
GetByVersion(IJobStepsOperations, String, String, String, String, Int32, String) |
Obtient la version spécifiée d’une étape de travail. |
GetByVersionAsync(IJobStepsOperations, String, String, String, String, Int32, String, CancellationToken) |
Obtient la version spécifiée d’une étape de travail. |
ListByJob(IJobStepsOperations, String, String, String, String) |
Obtient toutes les étapes de travail pour la version actuelle d’un travail. |
ListByJobAsync(IJobStepsOperations, String, String, String, String, CancellationToken) |
Obtient toutes les étapes de travail pour la version actuelle d’un travail. |
ListByJobNext(IJobStepsOperations, String) |
Obtient toutes les étapes de travail pour la version actuelle d’un travail. |
ListByJobNextAsync(IJobStepsOperations, String, CancellationToken) |
Obtient toutes les étapes de travail pour la version actuelle d’un travail. |
ListByVersion(IJobStepsOperations, String, String, String, String, Int32) |
Obtient toutes les étapes du travail dans la version de travail spécifiée. |
ListByVersionAsync(IJobStepsOperations, String, String, String, String, Int32, CancellationToken) |
Obtient toutes les étapes du travail dans la version de travail spécifiée. |
ListByVersionNext(IJobStepsOperations, String) |
Obtient toutes les étapes du travail dans la version de travail spécifiée. |
ListByVersionNextAsync(IJobStepsOperations, String, CancellationToken) |
Obtient toutes les étapes du travail dans la version de travail spécifiée. |
S’applique à
Azure SDK for .NET