Share via


Preferences Constructors

Definition

Overloads

Preferences()

Initializes a new instance of the Preferences class.

Preferences(IList<String>, TransportPreferences, EncryptionPreferences)

Initializes a new instance of the Preferences class.

Preferences()

Initializes a new instance of the Preferences class.

public Preferences ();
Public Sub New ()

Applies to

Preferences(IList<String>, TransportPreferences, EncryptionPreferences)

Initializes a new instance of the Preferences class.

public Preferences (System.Collections.Generic.IList<string> preferredDataCenterRegion = default, Microsoft.Azure.Management.DataBox.Models.TransportPreferences transportPreferences = default, Microsoft.Azure.Management.DataBox.Models.EncryptionPreferences encryptionPreferences = default);
new Microsoft.Azure.Management.DataBox.Models.Preferences : System.Collections.Generic.IList<string> * Microsoft.Azure.Management.DataBox.Models.TransportPreferences * Microsoft.Azure.Management.DataBox.Models.EncryptionPreferences -> Microsoft.Azure.Management.DataBox.Models.Preferences
Public Sub New (Optional preferredDataCenterRegion As IList(Of String) = Nothing, Optional transportPreferences As TransportPreferences = Nothing, Optional encryptionPreferences As EncryptionPreferences = Nothing)

Parameters

preferredDataCenterRegion
IList<String>

Preferred data center region.

transportPreferences
TransportPreferences

Preferences related to the shipment logistics of the sku.

encryptionPreferences
EncryptionPreferences

Preferences related to the Encryption.

Applies to