IBillingPermissionsOperations Interface

Definition

BillingPermissionsOperations operations.

public interface IBillingPermissionsOperations
type IBillingPermissionsOperations = interface
Public Interface IBillingPermissionsOperations

Methods

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

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

Extension Methods

ListByBillingAccount(IBillingPermissionsOperations, String)

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountAsync(IBillingPermissionsOperations, String, CancellationToken)

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNext(IBillingPermissionsOperations, String)

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingAccountNextAsync(IBillingPermissionsOperations, String, CancellationToken)

Lists the billing permissions the caller has on a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfile(IBillingPermissionsOperations, String, String)

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileAsync(IBillingPermissionsOperations, String, String, CancellationToken)

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNext(IBillingPermissionsOperations, String)

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingProfileNextAsync(IBillingPermissionsOperations, String, CancellationToken)

Lists the billing permissions the caller has on a billing profile. https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomer(IBillingPermissionsOperations, String, String)

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerAsync(IBillingPermissionsOperations, String, String, CancellationToken)

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerNext(IBillingPermissionsOperations, String)

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

ListByCustomerNextAsync(IBillingPermissionsOperations, String, CancellationToken)

Lists the billing permissions the caller has for a customer. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceSections(IBillingPermissionsOperations, String, String, String)

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceSectionsAsync(IBillingPermissionsOperations, String, String, String, CancellationToken)

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceSectionsNext(IBillingPermissionsOperations, String)

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

ListByInvoiceSectionsNextAsync(IBillingPermissionsOperations, String, CancellationToken)

Lists the billing permissions the caller has on an invoice section. https://docs.microsoft.com/en-us/rest/api/billing/

Applies to