SecuritySettingsPatchInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SecuritySettingsPatchInner() | |
SecuritySettingsPatchInner(RemoteManagementSettingsPatch, AsymmetricEncryptedSecret, AsymmetricEncryptedSecret, ChapSettings, CloudApplianceSettings) |
SecuritySettingsPatchInner()
public SecuritySettingsPatchInner ();
Public Sub New ()
Aplica-se 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
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET