BillingInvoiceSectionResourceGetTransactionsOptions Constructor

Definition

public BillingInvoiceSectionResourceGetTransactionsOptions (DateTimeOffset periodStartDate, DateTimeOffset periodEndDate, Azure.ResourceManager.Billing.Models.TransactionType type);
new Azure.ResourceManager.Billing.Models.BillingInvoiceSectionResourceGetTransactionsOptions : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.Billing.Models.TransactionType -> Azure.ResourceManager.Billing.Models.BillingInvoiceSectionResourceGetTransactionsOptions
Public Sub New (periodStartDate As DateTimeOffset, periodEndDate As DateTimeOffset, type As TransactionType)

Parameters

periodStartDate
DateTimeOffset

The start date to fetch the transactions. The date should be specified in MM-DD-YYYY format.

periodEndDate
DateTimeOffset

The end date to fetch the transactions. The date should be specified in MM-DD-YYYY format.

type
TransactionType

The type of transaction.

Applies to