Partager via


Advisor.ConfigurationsCreateInResourceGroupViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IConfigData> ConfigurationsCreateInResourceGroupViaJsonStringWithResult(string subscriptionId, string resourceGroup, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.ISendAsync sender);
member this.ConfigurationsCreateInResourceGroupViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IConfigData>
Public Function ConfigurationsCreateInResourceGroupViaJsonStringWithResult (subscriptionId As String, resourceGroup As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IConfigData)

Parameters

subscriptionId
String
resourceGroup
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to