Condividi tramite


ICommitmentPlansOperations Interface

Definition

CommitmentPlansOperations operations.

public interface ICommitmentPlansOperations
type ICommitmentPlansOperations = interface
Public Interface ICommitmentPlansOperations

Methods

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

Deletes the specified commitmentPlan associated with the Cognitive Services account.

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

Update the state of specified commitmentPlans associated with the Cognitive Services account.

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

Deletes the specified commitmentPlan associated with the Cognitive Services account.

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

Gets the specified commitmentPlans associated with the Cognitive Services account.

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

Gets the commitmentPlans associated with the Cognitive Services account.

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

Gets the commitmentPlans associated with the Cognitive Services account.

Extension Methods

BeginDelete(ICommitmentPlansOperations, String, String, String)

Deletes the specified commitmentPlan associated with the Cognitive Services account.

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

Deletes the specified commitmentPlan associated with the Cognitive Services account.

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

Update the state of specified commitmentPlans associated with the Cognitive Services account.

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

Update the state of specified commitmentPlans associated with the Cognitive Services account.

Delete(ICommitmentPlansOperations, String, String, String)

Deletes the specified commitmentPlan associated with the Cognitive Services account.

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

Deletes the specified commitmentPlan associated with the Cognitive Services account.

Get(ICommitmentPlansOperations, String, String, String)

Gets the specified commitmentPlans associated with the Cognitive Services account.

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

Gets the specified commitmentPlans associated with the Cognitive Services account.

List(ICommitmentPlansOperations, String, String)

Gets the commitmentPlans associated with the Cognitive Services account.

ListAsync(ICommitmentPlansOperations, String, String, CancellationToken)

Gets the commitmentPlans associated with the Cognitive Services account.

ListNext(ICommitmentPlansOperations, String)

Gets the commitmentPlans associated with the Cognitive Services account.

ListNextAsync(ICommitmentPlansOperations, String, CancellationToken)

Gets the commitmentPlans associated with the Cognitive Services account.

Applies to