Customer Class

Definition

A partner's customer.

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

Constructors

Customer()

Initializes a new instance of the Customer class.

Customer(String, String, String, String, String, String, IList<AzurePlan>, IList<Reseller>)

Initializes a new instance of the Customer class.

Properties

BillingProfileDisplayName

Gets the name of the billing profile for the invoice section.

BillingProfileId

Gets the ID of the billing profile for the invoice section.

DisplayName

Gets or sets the name of the customer.

EnabledAzurePlans

Gets or sets azure plans enabled for the customer.

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Resellers

Gets or sets the list of resellers for which an Azure plan is enabled for the customer.

Type

Gets resource type.

(Inherited from Resource)

Applies to