CommitmentPlansOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for CommitmentPlansOperations.
public static class CommitmentPlansOperationsExtensions
type CommitmentPlansOperationsExtensions = class
Public Module CommitmentPlansOperationsExtensions
- Inheritance
-
CommitmentPlansOperationsExtensions
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
Azure SDK for .NET