IFirewallRuleOperations::UpdateAsync Method (String^, String^, FirewallRuleUpdateParameters^, CancellationToken)
Updates an existing server-level Firewall Rule for an Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<FirewallRuleUpdateResponse^>^ UpdateAsync( String^ serverName, String^ ruleName, FirewallRuleUpdateParameters^ parameters, CancellationToken cancellationToken )
Parameters
- serverName
-
Type:
System::String^
The name of the Azure SQL Database Server that has the Firewall Rule to be updated.
- ruleName
-
Type:
System::String^
The name of the Firewall Rule to be updated.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models::FirewallRuleUpdateParameters^
The parameters for the Update Firewall Rule operation.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<FirewallRuleUpdateResponse^>^Represents the firewall rule update response.
Show: