SecuritySettingsPatchInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SecuritySettingsPatchInner() | |
SecuritySettingsPatchInner(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings) |
SecuritySettingsPatchInner()
public SecuritySettingsPatchInner ();
Public Sub New ()
適用対象
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)
パラメーター
- remoteManagementSettings
- RemoteManagementSettingsPatch
- deviceAdminPassword
- AsymmetricEncryptedSecret
- snapshotPassword
- AsymmetricEncryptedSecret
- chapSettings
- ChapSettings
- cloudApplianceSettings
- CloudApplianceSettings
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET