你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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