你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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