Partager via


ICommitmentPlansOperations Interface

Définition

Opérations CommitmentPlansOperations.

public interface ICommitmentPlansOperations
type ICommitmentPlansOperations = interface
Public Interface ICommitmentPlansOperations

Méthodes

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CommitmentPlan, Dictionary<String,List<String>>, CancellationToken)

Mettez à jour l’état des plans d’engagement spécifiés associés au compte Cognitive Services.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient les plans d’engagement spécifiés associés au compte Cognitive Services.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient les plans d’engagement associés au compte Cognitive Services.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient les plans d’engagement associés au compte Cognitive Services.

Méthodes d’extension

BeginDelete(ICommitmentPlansOperations, String, String, String)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

BeginDeleteAsync(ICommitmentPlansOperations, String, String, String, CancellationToken)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

CreateOrUpdate(ICommitmentPlansOperations, String, String, String, CommitmentPlan)

Mettez à jour l’état des plans d’engagement spécifiés associés au compte Cognitive Services.

CreateOrUpdateAsync(ICommitmentPlansOperations, String, String, String, CommitmentPlan, CancellationToken)

Mettez à jour l’état des plans d’engagement spécifiés associés au compte Cognitive Services.

Delete(ICommitmentPlansOperations, String, String, String)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

DeleteAsync(ICommitmentPlansOperations, String, String, String, CancellationToken)

Supprime le plan d’engagement spécifié associé au compte Cognitive Services.

Get(ICommitmentPlansOperations, String, String, String)

Obtient les plans d’engagement spécifiés associés au compte Cognitive Services.

GetAsync(ICommitmentPlansOperations, String, String, String, CancellationToken)

Obtient les plans d’engagement spécifiés associés au compte Cognitive Services.

List(ICommitmentPlansOperations, String, String)

Obtient les plans d’engagement associés au compte Cognitive Services.

ListAsync(ICommitmentPlansOperations, String, String, CancellationToken)

Obtient les plans d’engagement associés au compte Cognitive Services.

ListNext(ICommitmentPlansOperations, String)

Obtient les plans d’engagement associés au compte Cognitive Services.

ListNextAsync(ICommitmentPlansOperations, String, CancellationToken)

Obtient les plans d’engagement associés au compte Cognitive Services.

S’applique à