RemediationCmdletBase.GetRemediationName Method
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.
Gets the name of the remediation that is being acted upon.
protected string GetRemediationName (string name = default, string resourceId = default, Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation inputObject = default);
member this.GetRemediationName : string * string * Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation -> string
Protected Function GetRemediationName (Optional name As String = Nothing, Optional resourceId As String = Nothing, Optional inputObject As PSRemediation = Nothing) As String
Parameters
- name
- String
The provided remediation name
- resourceId
- String
The full resource ID of the remediation resource
- inputObject
- PSRemediation
The remediation input object