BillingProfilesOperationsExtensions 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 BillingProfilesOperations.
public static class BillingProfilesOperationsExtensions
type BillingProfilesOperationsExtensions = class
Public Module BillingProfilesOperationsExtensions
- Inheritance
-
BillingProfilesOperationsExtensions
Methods
BeginCreateOrUpdate(IBillingProfilesOperations, String, String, BillingProfile) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
BeginCreateOrUpdateAsync(IBillingProfilesOperations, String, String, BillingProfile, CancellationToken) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
CreateOrUpdate(IBillingProfilesOperations, String, String, BillingProfile) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
CreateOrUpdateAsync(IBillingProfilesOperations, String, String, BillingProfile, CancellationToken) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
Get(IBillingProfilesOperations, String, String, String) |
Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IBillingProfilesOperations, String, String, String, CancellationToken) |
Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccount(IBillingProfilesOperations, String, String) |
Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountAsync(IBillingProfilesOperations, String, String, CancellationToken) |
Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNext(IBillingProfilesOperations, String) |
Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextAsync(IBillingProfilesOperations, String, CancellationToken) |
Lists the billing profiles that a user has access to. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET