ReplacementMaps 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 replacement maps.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ReplacementMapsTypeConverter))]
public class ReplacementMaps : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IReplacementMaps
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ReplacementMapsTypeConverter))>]
type ReplacementMaps = class
interface IReplacementMaps
interface IJsonSerializable
Public Class ReplacementMaps
Implements IReplacementMaps
- Inheritance
-
ReplacementMaps
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ReplacementMaps() |
Creates an new ReplacementMaps instance. |
Properties
| Name | Description |
|---|---|
| Diagnostic |
Solution diagnostics results. |
| MetricsBasedChart |
Solution metrics based charts |
| Troubleshooter |
Solutions Troubleshooters |
| Video |
Video solutions, which have the power to engage the customer by stimulating their senses |
| VideoGroup |
Group of Videos |
| WebResult |
Solution AzureKB results |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplacementMaps. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplacementMaps. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IReplacementMaps. |
| FromJsonString(String) |
Creates a new instance of ReplacementMaps, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplacementMaps into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |