Remediation 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.
Remediation details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RemediationTypeConverter))]
public class Remediation : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRemediation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RemediationTypeConverter))>]
type Remediation = class
interface IRemediation
interface IJsonSerializable
Public Class Remediation
Implements IRemediation
- Inheritance
-
Remediation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Remediation() |
Creates an new Remediation instance. |
Properties
| Name | Description |
|---|---|
| Automated |
Is remediation automated. |
| Description |
Remediation description. |
| PortalLink |
Optional link to remediate in Azure Portal. |
| Script |
Remediation script. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Remediation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Remediation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRemediation. |
| FromJsonString(String) |
Creates a new instance of Remediation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Remediation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |