SolutionPatchRequestBody 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.
Solution PatchRequest body
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SolutionPatchRequestBodyTypeConverter))]
public class SolutionPatchRequestBody : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISolutionPatchRequestBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.SolutionPatchRequestBodyTypeConverter))>]
type SolutionPatchRequestBody = class
interface ISolutionPatchRequestBody
interface IJsonSerializable
Public Class SolutionPatchRequestBody
Implements ISolutionPatchRequestBody
- Inheritance
-
SolutionPatchRequestBody
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SolutionPatchRequestBody() |
Creates an new SolutionPatchRequestBody 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 SolutionPatchRequestBody. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SolutionPatchRequestBody. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISolutionPatchRequestBody. |
| FromJsonString(String) |
Creates a new instance of SolutionPatchRequestBody, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SolutionPatchRequestBody into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |