PreferencesValidationRequest Constructors
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.
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
Azure SDK for .NET