SecuritySettings Class
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.
The security settings of a device.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecuritySettings : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecuritySettings = class
inherit BaseModel
Public Class SecuritySettings
Inherits BaseModel
- Inheritance
- Attributes
Constructors
SecuritySettings() |
Initializes a new instance of the SecuritySettings class. |
SecuritySettings(RemoteManagementSettings, ChapSettings, String, String, String, Nullable<Kind>) |
Initializes a new instance of the SecuritySettings class. |
Properties
ChapSettings |
Gets or sets the Challenge-Handshake Authentication Protocol (CHAP) settings. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
Name |
Gets the name of the object. (Inherited from BaseModel) |
RemoteManagementSettings |
Gets or sets the settings for remote management of a device. |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET