SecuritySettingsPatch Class

Definition

Represents the patch request for the security settings of a device.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SecuritySettingsPatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecuritySettingsPatch = class
Public Class SecuritySettingsPatch
Inheritance
SecuritySettingsPatch
Attributes

Constructors

SecuritySettingsPatch()

Initializes a new instance of the SecuritySettingsPatch class.

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

Initializes a new instance of the SecuritySettingsPatch class.

Properties

ChapSettings

Gets or sets the device CHAP and reverse-CHAP settings.

CloudApplianceSettings

Gets or sets the cloud appliance settings.

DeviceAdminPassword

Gets or sets the device administrator password.

RemoteManagementSettings

Gets or sets the remote management settings.

SnapshotPassword

Gets or sets the snapshot manager password.

Methods

Validate()

Validate the object.

Applies to