CustomerProperties Class
A partner's customer.
Constructor
CustomerProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
billing_profile_display_name
|
The name of the billing profile. |
|
billing_profile_id
|
The fully qualified ID that uniquely identifies a billing profile. |
|
display_name
|
The name of the customer. |
|
system_id
|
The system generated unique identifier for a customer. |
|
status
|
Identifies the status of an customer. This is an upcoming property that will be populated in the future. Known values are: "Other", "Active", "Pending", "Disabled", "Warned", "Deleted", and "UnderReview". |
|
enabled_azure_plans
|
Azure plans enabled for the customer. |
|
resellers
|
The list of resellers for which an Azure plan is enabled for the 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 <
|
Attributes
billing_profile_display_name
The name of the billing profile.
billing_profile_display_name: str | None
billing_profile_id
The fully qualified ID that uniquely identifies a billing profile.
billing_profile_id: str | None
display_name
The name of the customer.
display_name: str | None
enabled_azure_plans
Azure plans enabled for the customer.
enabled_azure_plans: list['_models.AzurePlan'] | None
resellers
The list of resellers for which an Azure plan is enabled for the customer.
resellers: list['_models.Reseller'] | None
status
Identifies the status of an customer. This is an upcoming property that will be populated in the future. Known values are: "Other", "Active", "Pending", "Disabled", "Warned", "Deleted", and "UnderReview".
status: str | _models.CustomerStatus | None
system_id
The system generated unique identifier for a customer.
system_id: str | None
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: dict[str, str] | None