FirewallRuleOperationsExtensions.Update Method

Definition

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

public static Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse Update (this Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations operations, string serverName, string ruleName, Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations * string * string * Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters -> Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse
<Extension()>
Public Function Update (operations As IFirewallRuleOperations, serverName As String, ruleName As String, parameters As FirewallRuleUpdateParameters) As 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