CreateOrderLimitForSubscriptionValidationResponseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of create order limit for subscription validation response.
[Newtonsoft.Json.JsonObject("ValidateCreateOrderLimit")]
public class CreateOrderLimitForSubscriptionValidationResponseProperties : Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse
[<Newtonsoft.Json.JsonObject("ValidateCreateOrderLimit")>]
type CreateOrderLimitForSubscriptionValidationResponseProperties = class
inherit ValidationInputResponse
Public Class CreateOrderLimitForSubscriptionValidationResponseProperties
Inherits ValidationInputResponse
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
CreateOrderLimitForSubscriptionValidationResponseProperties() |
Initializes a new instance of the CreateOrderLimitForSubscriptionValidationResponseProperties class. |
CreateOrderLimitForSubscriptionValidationResponseProperties(CloudError, Nullable<ValidationStatus>) |
Initializes a new instance of the CreateOrderLimitForSubscriptionValidationResponseProperties class. |
Properties
Error |
Gets error code and message of validation response. (Inherited from ValidationInputResponse) |
Status |
Gets create order limit validation status. Possible values include: 'Valid', 'Invalid', 'Skipped' |