RemoteManagementSettings 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
RemoteManagementSettings() |
Initializes a new instance of the RemoteManagementSettings class. |
RemoteManagementSettings(RemoteManagementModeConfiguration, String) |
Initializes a new instance of the RemoteManagementSettings class. |
RemoteManagementSettings()
Initializes a new instance of the RemoteManagementSettings class.
public RemoteManagementSettings ();
Public Sub New ()
Applies to
RemoteManagementSettings(RemoteManagementModeConfiguration, String)
Initializes a new instance of the RemoteManagementSettings class.
public RemoteManagementSettings (Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementModeConfiguration remoteManagementMode, string remoteManagementCertificate = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementModeConfiguration * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.RemoteManagementSettings
Public Sub New (remoteManagementMode As RemoteManagementModeConfiguration, Optional remoteManagementCertificate As String = Nothing)
Parameters
- remoteManagementMode
- RemoteManagementModeConfiguration
The remote management mode. Possible values include: 'Unknown', 'Disabled', 'HttpsEnabled', 'HttpsAndHttpEnabled'
- remoteManagementCertificate
- String
The remote management certificates.
Applies to
Azure SDK for .NET