FirewallRuleOperationsExtensions.Update 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)

<ExtensionAttribute>
Public Shared Function Update (
	operations As IFirewallRuleOperations,
	serverName As String,
	ruleName As String,
	parameters As FirewallRuleUpdateParameters
) As FirewallRuleUpdateResponse

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: Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse

Represents the firewall rule update response.

Return to top
Show: