Share via


PreferencesValidationRequest Constructors

Definition

Overloads

PreferencesValidationRequest()

Initializes a new instance of the PreferencesValidationRequest class.

PreferencesValidationRequest(SkuName, Preferences)

Initializes a new instance of the PreferencesValidationRequest class.

PreferencesValidationRequest()

Initializes a new instance of the PreferencesValidationRequest class.

public PreferencesValidationRequest ();
Public Sub New ()

Applies to

PreferencesValidationRequest(SkuName, Preferences)

Initializes a new instance of the PreferencesValidationRequest class.

public PreferencesValidationRequest (Microsoft.Azure.Management.DataBox.Models.SkuName deviceType, Microsoft.Azure.Management.DataBox.Models.Preferences preference = default);
new Microsoft.Azure.Management.DataBox.Models.PreferencesValidationRequest : Microsoft.Azure.Management.DataBox.Models.SkuName * Microsoft.Azure.Management.DataBox.Models.Preferences -> Microsoft.Azure.Management.DataBox.Models.PreferencesValidationRequest
Public Sub New (deviceType As SkuName, Optional preference As Preferences = Nothing)

Parameters

deviceType
SkuName

Device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk'

preference
Preferences

Preference of transport and data center.

Applies to