BillingInvoiceSectionResourceGetBillingSubscriptionsOptions Class

Definition

The BillingInvoiceSectionResourceGetBillingSubscriptionsOptions.

public class BillingInvoiceSectionResourceGetBillingSubscriptionsOptions
type BillingInvoiceSectionResourceGetBillingSubscriptionsOptions = class
Public Class BillingInvoiceSectionResourceGetBillingSubscriptionsOptions
Inheritance
BillingInvoiceSectionResourceGetBillingSubscriptionsOptions

Constructors

BillingInvoiceSectionResourceGetBillingSubscriptionsOptions()

Initializes a new instance of BillingInvoiceSectionResourceGetBillingSubscriptionsOptions.

Properties

Count

The count query option allows clients to request a count of the matching resources included with the resources in the response.

Expand

Can be used to expand Reseller, ConsumptionCostCenter, LastMonthCharges and MonthToDateCharges.

Filter

The filter query option allows clients to filter a collection of resources that are addressed by a request URL.

IncludeDeleted

Can be used to get deleted billing subscriptions.

OrderBy

The orderby query option allows clients to request resources in a particular order.

Search

The search query option allows clients to request items within a collection matching a free-text search expression. search is only supported for string fields.

Skip

The skip query option requests the number of items in the queried collection that are to be skipped and not included in the result.

Top

The top query option requests the number of items in the queried collection to be included in the result. The maximum supported value for top is 50.

Applies to