CustomerProperties interface

A partner's customer.

Properties

billingProfileDisplayName

The name of the billing profile.

billingProfileId

The fully qualified ID that uniquely identifies a billing profile.

displayName

The name of the customer.

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.

systemId

The system generated unique identifier for a customer.

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.

billingProfileDisplayName?: string

Property Value

string

billingProfileId

The fully qualified ID that uniquely identifies a billing profile.

billingProfileId?: string

Property Value

string

displayName

The name of the customer.

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.

status?: string

Property Value

string

systemId

The system generated unique identifier for a customer.

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?: Record<string, string>

Property Value

Record<string, string>