CustomerProperty interface
Model representing customer for connectedCache resource
Properties
additional |
Mcc customer resource additional properties. |
customer | Mcc customer resource (customer entity). |
error | Mcc response error details. |
provisioning |
The provisioned state of the resource |
status | HTTP error status code. |
status |
Mcc response status code. |
status |
Mcc response status details for retrieving response inner details. |
status |
Mcc response status text as string for retrieving status details. |
Property Details
additionalCustomerProperties
Mcc customer resource additional properties.
additionalCustomerProperties?: AdditionalCustomerProperties
Property Value
customer
error
provisioningState
The provisioned state of the resource
provisioningState?: string
Property Value
string
status
HTTP error status code.
status?: string
Property Value
string
statusCode
Mcc response status code.
statusCode?: string
Property Value
string
statusDetails
Mcc response status details for retrieving response inner details.
statusDetails?: string
Property Value
string
statusText
Mcc response status text as string for retrieving status details.
statusText?: string
Property Value
string
Azure SDK for JavaScript