CloudApplianceSettings 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
CloudApplianceSettings() |
Initializes a new instance of the CloudApplianceSettings class. |
CloudApplianceSettings(AsymmetricEncryptedSecret, AsymmetricEncryptedSecret) |
Initializes a new instance of the CloudApplianceSettings class. |
CloudApplianceSettings()
Initializes a new instance of the CloudApplianceSettings class.
public CloudApplianceSettings ();
Public Sub New ()
Applies to
CloudApplianceSettings(AsymmetricEncryptedSecret, AsymmetricEncryptedSecret)
Initializes a new instance of the CloudApplianceSettings class.
public CloudApplianceSettings (Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret serviceDataEncryptionKey = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret channelIntegrityKey = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.CloudApplianceSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret -> Microsoft.Azure.Management.StorSimple8000Series.Models.CloudApplianceSettings
Public Sub New (Optional serviceDataEncryptionKey As AsymmetricEncryptedSecret = Nothing, Optional channelIntegrityKey As AsymmetricEncryptedSecret = Nothing)
Parameters
- serviceDataEncryptionKey
- AsymmetricEncryptedSecret
The service data encryption key (encrypted with DAK).
- channelIntegrityKey
- AsymmetricEncryptedSecret
The channel integrity key (encrypted with DAK).
Applies to
Azure SDK for .NET