InvoiceSection 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.
An invoice section.
[Microsoft.Rest.Serialization.JsonTransformation]
public class InvoiceSection : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type InvoiceSection = class
inherit Resource
Public Class InvoiceSection
Inherits Resource
- Inheritance
- Attributes
Constructors
InvoiceSection() |
Initializes a new instance of the InvoiceSection class. |
InvoiceSection(String, String, String, String, IDictionary<String,String>, String) |
Initializes a new instance of the InvoiceSection class. |
Properties
DisplayName |
Gets or sets the name of the invoice section. |
Id |
Gets resource Id. (Inherited from Resource) |
Labels |
Gets or sets dictionary of metadata associated with the invoice section. |
Name |
Gets resource name. (Inherited from Resource) |
SystemId |
Gets the system generated unique identifier for an invoice section. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET