BillingPeriod 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.
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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET