Share via


SolutionPropertiesList Class

Definition

the list of solution response

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.SolutionPropertiesListTypeConverter))]
public class SolutionPropertiesList : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ISolutionPropertiesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.SolutionPropertiesListTypeConverter))>]
type SolutionPropertiesList = class
    interface ISolutionPropertiesList
    interface IJsonSerializable
Public Class SolutionPropertiesList
Implements ISolutionPropertiesList
Inheritance
SolutionPropertiesList
Attributes
Implements

Constructors

SolutionPropertiesList()

Creates an new SolutionPropertiesList instance.

Properties

Value

List of solution properties within the subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SolutionPropertiesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SolutionPropertiesList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.Api20151101Preview.ISolutionPropertiesList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SolutionPropertiesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to