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