MySql.FlexibleServerConfigurationsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration> FlexibleServerConfigurationsUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string serverName, string configurationName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync sender);
member this.FlexibleServerConfigurationsUpdateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration>
Public Function FlexibleServerConfigurationsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, serverName As String, configurationName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IConfiguration)

Parameters

subscriptionId
String
resourceGroupName
String
serverName
String
configurationName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to