BillingBenefitsExtensions 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.
A class to add extension methods to Azure.ResourceManager.BillingBenefits.
public static class BillingBenefitsExtensions
type BillingBenefitsExtensions = class
Public Module BillingBenefitsExtensions
- Inheritance
-
BillingBenefitsExtensions
Methods
GetBillingBenefitsReservationOrderAlias(TenantResource, String, CancellationToken) |
Get a reservation order alias.
|
GetBillingBenefitsReservationOrderAliasAsync(TenantResource, String, CancellationToken) |
Get a reservation order alias.
|
GetBillingBenefitsReservationOrderAliases(TenantResource) |
Gets a collection of BillingBenefitsReservationOrderAliasResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsReservationOrderAliases() instead. |
GetBillingBenefitsReservationOrderAliasResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BillingBenefitsReservationOrderAliasResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a BillingBenefitsReservationOrderAliasResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBillingBenefitsReservationOrderAliasResource(ResourceIdentifier) instead. |
GetBillingBenefitsSavingsPlanOrder(TenantResource, String, String, CancellationToken) |
Get a savings plan order.
|
GetBillingBenefitsSavingsPlanOrderAlias(TenantResource, String, CancellationToken) |
Get a savings plan.
|
GetBillingBenefitsSavingsPlanOrderAliasAsync(TenantResource, String, CancellationToken) |
Get a savings plan.
|
GetBillingBenefitsSavingsPlanOrderAliases(TenantResource) |
Gets a collection of BillingBenefitsSavingsPlanOrderAliasResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrderAliases() instead. |
GetBillingBenefitsSavingsPlanOrderAliasResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BillingBenefitsSavingsPlanOrderAliasResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a BillingBenefitsSavingsPlanOrderAliasResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrderAliasResource(ResourceIdentifier) instead. |
GetBillingBenefitsSavingsPlanOrderAsync(TenantResource, String, String, CancellationToken) |
Get a savings plan order.
|
GetBillingBenefitsSavingsPlanOrderResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BillingBenefitsSavingsPlanOrderResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a BillingBenefitsSavingsPlanOrderResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrderResource(ResourceIdentifier) instead. |
GetBillingBenefitsSavingsPlanOrders(TenantResource) |
Gets a collection of BillingBenefitsSavingsPlanOrderResources in the TenantResource. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrders() instead. |
GetBillingBenefitsSavingsPlanResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BillingBenefitsSavingsPlanResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a BillingBenefitsSavingsPlanResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanResource(ResourceIdentifier) instead. |
GetBillingBenefitsSavingsPlans(TenantResource, TenantResourceGetBillingBenefitsSavingsPlansOptions, CancellationToken) |
List savings plans.
|
GetBillingBenefitsSavingsPlansAsync(TenantResource, TenantResourceGetBillingBenefitsSavingsPlansOptions, CancellationToken) |
List savings plans.
|
ValidatePurchase(TenantResource, SavingsPlanPurchaseValidateContent, CancellationToken) |
Validate savings plan purchase.
|
ValidatePurchaseAsync(TenantResource, SavingsPlanPurchaseValidateContent, CancellationToken) |
Validate savings plan purchase.
|
Applies to
Azure SDK for .NET