ISolutionPatchRequestBody Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.SolutionPatchRequestBodyTypeConverter))]
public interface ISolutionPatchRequestBody : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.Api20240301Preview.SolutionPatchRequestBodyTypeConverter))>]
type ISolutionPatchRequestBody = interface
interface IJsonSerializable
Public Interface ISolutionPatchRequestBody
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |