CreateOrderLimitForSubscriptionValidationRequest 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.
Request to validate create order limit for current subscription.
[Newtonsoft.Json.JsonObject("ValidateCreateOrderLimit")]
public class CreateOrderLimitForSubscriptionValidationRequest : Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest
[<Newtonsoft.Json.JsonObject("ValidateCreateOrderLimit")>]
type CreateOrderLimitForSubscriptionValidationRequest = class
inherit ValidationInputRequest
Public Class CreateOrderLimitForSubscriptionValidationRequest
Inherits ValidationInputRequest
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
CreateOrderLimitForSubscriptionValidationRequest() |
Initializes a new instance of the CreateOrderLimitForSubscriptionValidationRequest class. |
CreateOrderLimitForSubscriptionValidationRequest(SkuName) |
Initializes a new instance of the CreateOrderLimitForSubscriptionValidationRequest class. |
Properties
DeviceType |
Gets or sets device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET