FirewallRuleOperationsExtensions.UpdateAsync 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.
Updates an existing server-level Firewall Rule for an Azure SQL Database Server.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations operations, string serverName, string ruleName, Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations * string * string * Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse>
<Extension()>
Public Function UpdateAsync (operations As IFirewallRuleOperations, serverName As String, ruleName As String, parameters As FirewallRuleUpdateParameters) As Task(Of FirewallRuleUpdateResponse)
Parameters
- operations
- IFirewallRuleOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server that has the Firewall Rule to be updated.
- ruleName
- String
Required. The name of the Firewall Rule to be updated.
- parameters
- FirewallRuleUpdateParameters
Required. The parameters for the Update Firewall Rule operation.
Returns
Represents the firewall rule update response.
Applies to
Azure SDK for .NET