Remediation Constructors
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.
Overloads
Remediation() |
Initializes a new instance of the Remediation class. |
Remediation(String, IList<String>, Nullable<Boolean>, String) |
Initializes a new instance of the Remediation class. |
Remediation()
Initializes a new instance of the Remediation class.
public Remediation ();
Public Sub New ()
Applies to
Remediation(String, IList<String>, Nullable<Boolean>, String)
Initializes a new instance of the Remediation class.
public Remediation (string description = default, System.Collections.Generic.IList<string> scripts = default, bool? automated = default, string portalLink = default);
new Microsoft.Azure.Management.Security.Models.Remediation : string * System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.Security.Models.Remediation
Public Sub New (Optional description As String = Nothing, Optional scripts As IList(Of String) = Nothing, Optional automated As Nullable(Of Boolean) = Nothing, Optional portalLink As String = Nothing)
Parameters
- description
- String
Remediation description.
- portalLink
- String
Optional link to remediate in Azure Portal.