PolicyInsights.RemediationsCreateOrUpdateAtResourceViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediation> RemediationsCreateOrUpdateAtResourceViaJsonStringWithResult(string resourceId, string remediationName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.ISendAsync sender);
member this.RemediationsCreateOrUpdateAtResourceViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IRemediation>
Public Function RemediationsCreateOrUpdateAtResourceViaJsonStringWithResult (resourceId As String, remediationName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IRemediation)

Parameters

resourceId
String
remediationName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to