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