IBillingProfilesOperations Interface
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.
BillingProfilesOperations operations.
public interface IBillingProfilesOperations
type IBillingProfilesOperations = interface
Public Interface IBillingProfilesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, BillingProfile, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
CreateOrUpdateWithHttpMessagesAsync(String, String, BillingProfile, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/ |
ListByBillingAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<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/ |
ListByBillingAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<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/ |
Extension 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