FirewallRuleOperationsExtensions::UpdateAsync Method (IFirewallRuleOperations^, String^, String^, FirewallRuleUpdateParameters^)

 

Updates an existing server-level Firewall Rule for an Azure SQL Database Server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
[ExtensionAttribute]
static Task<FirewallRuleUpdateResponse^>^ UpdateAsync(
	IFirewallRuleOperations^ operations,
	String^ serverName,
	String^ ruleName,
	FirewallRuleUpdateParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql::IFirewallRuleOperations^

Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.

serverName
Type: System::String^

Required. The name of the Azure SQL Database Server that has the Firewall Rule to be updated.

ruleName
Type: System::String^

Required. The name of the Firewall Rule to be updated.

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models::FirewallRuleUpdateParameters^

Required. The parameters for the Update Firewall Rule operation.

Return Value

Type: System.Threading.Tasks::Task<FirewallRuleUpdateResponse^>^

Represents the firewall rule update response.

Return to top
Show: