次の方法で共有


SecuritySettingsPatch コンストラクター

定義

オーバーロード

SecuritySettingsPatch()

SecuritySettingsPatch クラスの新しいインスタンスを初期化します。

SecuritySettingsPatch(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings)

SecuritySettingsPatch クラスの新しいインスタンスを初期化します。

SecuritySettingsPatch()

SecuritySettingsPatch クラスの新しいインスタンスを初期化します。

public SecuritySettingsPatch ();
Public Sub New ()

適用対象

SecuritySettingsPatch(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings)

SecuritySettingsPatch クラスの新しいインスタンスを初期化します。

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)

パラメーター

remoteManagementSettings
RemoteManagementSettingsPatch

リモート管理の設定。

deviceAdminPassword
AsymmetricEncryptedSecret

デバイス管理者のパスワード。

snapshotPassword
AsymmetricEncryptedSecret

スナップショット マネージャーのパスワード。

chapSettings
ChapSettings

デバイス CHAP とリバース CHAP の設定。

cloudApplianceSettings
CloudApplianceSettings

クラウド アプライアンス設定。

適用対象