Preferences 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
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
- transportPreferences
- TransportPreferences
Preferences related to the shipment logistics of the sku.
- encryptionPreferences
- EncryptionPreferences
Preferences related to the Encryption.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET