PreferencesValidationRequest 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 preference of transport and data center.
[Newtonsoft.Json.JsonObject("ValidatePreferences")]
public class PreferencesValidationRequest : Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest
[<Newtonsoft.Json.JsonObject("ValidatePreferences")>]
type PreferencesValidationRequest = class
inherit ValidationInputRequest
Public Class PreferencesValidationRequest
Inherits ValidationInputRequest
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
PreferencesValidationRequest() |
Initializes a new instance of the PreferencesValidationRequest class. |
PreferencesValidationRequest(SkuName, Preferences) |
Initializes a new instance of the PreferencesValidationRequest class. |
Properties
DeviceType |
Gets or sets device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk' |
Preference |
Gets or sets preference of transport and data center. |
Methods
Validate() |
Validate the object. |