BillingInvoiceSectionResourceGetTransactionsOptions 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.
The BillingInvoiceSectionResourceGetTransactionsOptions.
public class BillingInvoiceSectionResourceGetTransactionsOptions
type BillingInvoiceSectionResourceGetTransactionsOptions = class
Public Class BillingInvoiceSectionResourceGetTransactionsOptions
- Inheritance
-
BillingInvoiceSectionResourceGetTransactionsOptions
Constructors
BillingInvoiceSectionResourceGetTransactionsOptions(DateTimeOffset, DateTimeOffset, TransactionType) |
Initializes a new instance of BillingInvoiceSectionResourceGetTransactionsOptions. |
Properties
Count |
The count query option allows clients to request a count of the matching resources included with the resources in the response. |
Filter |
The filter query option allows clients to filter a collection of resources that are addressed by a request URL. |
OrderBy |
The orderby query option allows clients to request resources in a particular order. |
PeriodEndDate |
The end date to fetch the transactions. The date should be specified in MM-DD-YYYY format. |
PeriodStartDate |
The start date to fetch the transactions. The date should be specified in MM-DD-YYYY format. |
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. |
Type |
The type of transaction. |
Applies to
Azure SDK for .NET