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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.PreferencesValidationRequestTypeConverter))]
public class PreferencesValidationRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IPreferencesValidationRequest, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.PreferencesValidationRequestTypeConverter))>]
type PreferencesValidationRequest = class
interface IPreferencesValidationRequest
interface IJsonSerializable
interface IValidationInputRequest
interface IValidates
Public Class PreferencesValidationRequest
Implements IPreferencesValidationRequest, IValidates
- Inheritance
-
PreferencesValidationRequest
- Attributes
- Implements
Constructors
PreferencesValidationRequest() |
Creates an new PreferencesValidationRequest instance. |
Properties
DeviceType |
Device type to be used for the job. |
EncryptionPreferenceDoubleEncryption |
Defines secondary layer of software-based encryption enablement. |
EncryptionPreferenceHardwareEncryption |
Defines Hardware level encryption (Only for disk) |
PreferencePreferredDataCenterRegion |
Preferred data center region. |
PreferenceStorageAccountAccessTierPreference |
Preferences related to the Access Tier of storage accounts. |
ReverseTransportPreferenceIsUpdated |
Read only property which indicates whether transport preferences has been updated or not after device is prepared. |
ReverseTransportPreferencePreferredShipmentType |
Indicates Shipment Logistics type that the customer preferred. |
TransportPreferenceIsUpdated |
Read only property which indicates whether transport preferences has been updated or not after device is prepared. |
TransportPreferencePreferredShipmentType |
Indicates Shipment Logistics type that the customer preferred. |
ValidationType |
Identifies the type of validation request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PreferencesValidationRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PreferencesValidationRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IPreferencesValidationRequest. |
FromJsonString(String) |
Creates a new instance of PreferencesValidationRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PreferencesValidationRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |