Preferences Response
data class PreferencesResponse(val encryptionPreferences: EncryptionPreferencesResponse? = null, val preferredDataCenterRegion: List<String>? = null, val reverseTransportPreferences: TransportPreferencesResponse? = null, val storageAccountAccessTierPreferences: List<String>? = null, val transportPreferences: TransportPreferencesResponse? = null)
Preferences related to the order
Constructors
Link copied to clipboard
constructor(encryptionPreferences: EncryptionPreferencesResponse? = null, preferredDataCenterRegion: List<String>? = null, reverseTransportPreferences: TransportPreferencesResponse? = null, storageAccountAccessTierPreferences: List<String>? = null, transportPreferences: TransportPreferencesResponse? = null)
Properties
Link copied to clipboard
Preferences related to the Encryption.
Link copied to clipboard
Preferred data center region.
Link copied to clipboard
Optional Preferences related to the reverse shipment logistics of the sku.
Link copied to clipboard
Preferences related to the Access Tier of storage accounts.
Link copied to clipboard
Preferences related to the shipment logistics of the sku.