Share via


SettingList Class

Definition

List of all the settings.

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

Constructors

SettingList()

Creates an new SettingList instance.

Properties

Value

Array of settings.

Methods

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.Api20210901Preview.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.

Applies to