MySql.FlexibleServerConfigurationsUpdateWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
serverName
String
configurationName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to