Share via


SolutionResourceProperties Class

Definition

Solution result

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SolutionResourcePropertiesTypeConverter))]
public class SolutionResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISolutionResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SolutionResourcePropertiesTypeConverter))>]
type SolutionResourceProperties = class
    interface ISolutionResourceProperties
    interface IJsonSerializable
Public Class SolutionResourceProperties
Implements ISolutionResourceProperties
Inheritance
SolutionResourceProperties
Attributes
Implements

Constructors

Name Description
SolutionResourceProperties()

Creates an new SolutionResourceProperties instance.

Properties

Name Description
Content

The HTML content that needs to be rendered and shown to customer.

Parameter

Client input parameters to run Solution

ProvisioningState

Status of solution provisioning.

ReplacementMapDiagnostic

Solution diagnostics results.

ReplacementMapMetricsBasedChart

Solution metrics based charts

ReplacementMapTroubleshooter

Solutions Troubleshooters

ReplacementMapVideo

Video solutions, which have the power to engage the customer by stimulating their senses

ReplacementMapVideoGroup

Group of Videos

ReplacementMapWebResult

Solution AzureKB results

Section

List of section object.

SolutionId

Solution Id to identify single solution.

Title

The title.

TriggerCriterion

Solution request trigger criteria

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SolutionResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SolutionResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISolutionResourceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SolutionResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to