SecuritySettingsPatchInner Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SecuritySettingsPatchInner() | |
SecuritySettingsPatchInner(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings) |
SecuritySettingsPatchInner()
public SecuritySettingsPatchInner ();
Public Sub New ()
Se aplica a
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)
Parámetros
- remoteManagementSettings
- RemoteManagementSettingsPatch
- deviceAdminPassword
- AsymmetricEncryptedSecret
- snapshotPassword
- AsymmetricEncryptedSecret
- chapSettings
- ChapSettings
- cloudApplianceSettings
- CloudApplianceSettings
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET