CustomerProperties interface

A partner's customer.

Properties

billingProfileDisplayName

The name of the billing profile. NOTE: This property will not be serialized. It can only be populated by the server.

billingProfileId

The fully qualified ID that uniquely identifies a billing profile. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The name of the customer. NOTE: This property will not be serialized. It can only be populated by the server.

enabledAzurePlans

Azure plans enabled for the customer.

resellers

The list of resellers for which an Azure plan is enabled for the customer.

status

Identifies the status of an customer. This is an upcoming property that will be populated in the future. NOTE: This property will not be serialized. It can only be populated by the server.

systemId

The system generated unique identifier for a customer. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

Property Details

billingProfileDisplayName

The name of the billing profile. NOTE: This property will not be serialized. It can only be populated by the server.

billingProfileDisplayName?: string

Property Value

string

billingProfileId

The fully qualified ID that uniquely identifies a billing profile. NOTE: This property will not be serialized. It can only be populated by the server.

billingProfileId?: string

Property Value

string

displayName

The name of the customer. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

enabledAzurePlans

Azure plans enabled for the customer.

enabledAzurePlans?: AzurePlan[]

Property Value

resellers

The list of resellers for which an Azure plan is enabled for the customer.

resellers?: Reseller[]

Property Value

status

Identifies the status of an customer. This is an upcoming property that will be populated in the future. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

systemId

The system generated unique identifier for a customer. NOTE: This property will not be serialized. It can only be populated by the server.

systemId?: string

Property Value

string

tags

Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}