Freigeben über


ArmDataBoxModelFactory.PreferencesValidationContent Method

Definition

Initializes a new instance of PreferencesValidationContent.

public static Azure.ResourceManager.DataBox.Models.PreferencesValidationContent PreferencesValidationContent(Azure.ResourceManager.DataBox.Models.DataBoxOrderPreferences preference = default, Azure.ResourceManager.DataBox.Models.DataBoxSkuName deviceType = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Azure.ResourceManager.DataBox.Models.DeviceModelName? model = default);
static member PreferencesValidationContent : Azure.ResourceManager.DataBox.Models.DataBoxOrderPreferences * Azure.ResourceManager.DataBox.Models.DataBoxSkuName * Nullable<Azure.ResourceManager.DataBox.Models.DeviceModelName> -> Azure.ResourceManager.DataBox.Models.PreferencesValidationContent
Public Shared Function PreferencesValidationContent (Optional preference As DataBoxOrderPreferences = Nothing, Optional deviceType As DataBoxSkuName = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Optional model As Nullable(Of DeviceModelName) = Nothing) As PreferencesValidationContent

Parameters

preference
DataBoxOrderPreferences

Preference of transport and data center.

deviceType
DataBoxSkuName

Device type to be used for the job.

model
Nullable<DeviceModelName>

The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025.

Returns

A new PreferencesValidationContent instance for mocking.

Applies to