MySql.FlexibleServerFirewallRulesCreateOrUpdateWithResult 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.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule> FlexibleServerFirewallRulesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string serverName, string firewallRuleName, Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule 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.FlexibleServerFirewallRulesCreateOrUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IFirewallRule * 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.IFirewallRule>
Public Function FlexibleServerFirewallRulesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, serverName As String, firewallRuleName As String, body As IFirewallRule, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IFirewallRule)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- serverName
- String
- firewallRuleName
- String
- body
- IFirewallRule
- eventListener
- IEventListener
- sender
- ISendAsync
- serializationMode
- SerializationMode