SecuritySettingsPatch 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
SecuritySettingsPatch() |
Initializes a new instance of the SecuritySettingsPatch class. |
SecuritySettingsPatch(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings) |
Initializes a new instance of the SecuritySettingsPatch class. |
SecuritySettingsPatch()
Initializes a new instance of the SecuritySettingsPatch class.
public SecuritySettingsPatch ();
Public Sub New ()
Applies to
SecuritySettingsPatch(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings)
Initializes a new instance of the SecuritySettingsPatch class.
public SecuritySettingsPatch (Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementSettingsPatch remoteManagementSettings = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret deviceAdminPassword = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret snapshotPassword = default, Microsoft.Azure.Management.StorSimple8000Series.Models.ChapSettings chapSettings = default, Microsoft.Azure.Management.StorSimple8000Series.Models.CloudApplianceSettings cloudApplianceSettings = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.SecuritySettingsPatch : Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementSettingsPatch * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Microsoft.Azure.Management.StorSimple8000Series.Models.ChapSettings * Microsoft.Azure.Management.StorSimple8000Series.Models.CloudApplianceSettings -> Microsoft.Azure.Management.StorSimple8000Series.Models.SecuritySettingsPatch
Public Sub New (Optional remoteManagementSettings As RemoteManagementSettingsPatch = Nothing, Optional deviceAdminPassword As AsymmetricEncryptedSecret = Nothing, Optional snapshotPassword As AsymmetricEncryptedSecret = Nothing, Optional chapSettings As ChapSettings = Nothing, Optional cloudApplianceSettings As CloudApplianceSettings = Nothing)
Parameters
- remoteManagementSettings
- RemoteManagementSettingsPatch
The remote management settings.
- deviceAdminPassword
- AsymmetricEncryptedSecret
The device administrator password.
- snapshotPassword
- AsymmetricEncryptedSecret
The snapshot manager password.
- chapSettings
- ChapSettings
The device CHAP and reverse-CHAP settings.
- cloudApplianceSettings
- CloudApplianceSettings
The cloud appliance settings.
Applies to
Azure SDK for .NET