SettingList Class

Definition

List of all the settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.SettingListTypeConverter))]
public class SettingList : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISettingList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.SettingListTypeConverter))>]
type SettingList = class
    interface ISettingList
    interface IJsonSerializable
Public Class SettingList
Implements ISettingList
Inheritance
SettingList
Attributes
Implements

Constructors

Name Description
SettingList()

Creates an new SettingList instance.

Properties

Name Description
Value

Array of settings.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SettingList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SettingList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.ISettingList.

FromJsonString(String)

Creates a new instance of SettingList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SettingList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to