CustomerProperties interface
A partner's customer.
Properties
billing |
The name of the billing profile. NOTE: This property will not be serialized. It can only be populated by the server. |
billing |
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. |
display |
The name of the customer. NOTE: This property will not be serialized. It can only be populated by the server. |
enabled |
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. |
system |
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
resellers
The list of resellers for which an Azure plan is enabled for the customer.
resellers?: Reseller[]
Property Value
Reseller[]
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}