PreferencesValidationRequest Class

Definition

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
PreferencesValidationRequest
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.

Applies to