BillingPeriod Class

Definition

A billing period resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingPeriod : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingPeriod = class
    inherit Resource
Public Class BillingPeriod
Inherits Resource
Inheritance
BillingPeriod
Attributes

Constructors

BillingPeriod()

Initializes a new instance of the BillingPeriod class.

BillingPeriod(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<String>)

Initializes a new instance of the BillingPeriod class.

Properties

BillingPeriodEndDate

Gets the end of the date range covered by the billing period.

BillingPeriodStartDate

Gets the start of the date range covered by the billing period.

Id

Gets resource Id.

(Inherited from Resource)
InvoiceIds

Gets array of invoice ids that associated with.

Name

Gets resource name.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to