SkuAvailabilityValidationResponseProperties interface
Properties of sku availability validation response.
- Extends
Properties
status | Sku availability validation status. NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
error | Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
status
Sku availability validation status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: ValidationStatus
Property Value
validationType
Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateSkuAvailability"
Property Value
"ValidateSkuAvailability"
Inherited Property Details
error
Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudError
Property Value
Inherited From ValidationInputResponse.error