SecuritySettingsPatchInner 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
SecuritySettingsPatchInner() | |
SecuritySettingsPatchInner(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings) |
SecuritySettingsPatchInner()
public SecuritySettingsPatchInner();
Public Sub New ()
Applies to
SecuritySettingsPatchInner(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings)
public SecuritySettingsPatchInner(Microsoft.Azure.Management.StorSimple.Fluent.Models.RemoteManagementSettingsPatch remoteManagementSettings = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret deviceAdminPassword = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret snapshotPassword = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.ChapSettings chapSettings = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.CloudApplianceSettings cloudApplianceSettings = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.SecuritySettingsPatchInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.RemoteManagementSettingsPatch * Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret * Microsoft.Azure.Management.StorSimple.Fluent.Models.AsymmetricEncryptedSecret * Microsoft.Azure.Management.StorSimple.Fluent.Models.ChapSettings * Microsoft.Azure.Management.StorSimple.Fluent.Models.CloudApplianceSettings -> Microsoft.Azure.Management.StorSimple.Fluent.Models.SecuritySettingsPatchInner
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
- deviceAdminPassword
- AsymmetricEncryptedSecret
- snapshotPassword
- AsymmetricEncryptedSecret
- chapSettings
- ChapSettings
- cloudApplianceSettings
- CloudApplianceSettings
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET