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)
Syntax
public static FirewallRuleUpdateResponse Update(
this IFirewallRuleOperations operations,
string serverName,
string ruleName,
FirewallRuleUpdateParameters parameters
)
public:
[ExtensionAttribute]
static FirewallRuleUpdateResponse^ Update(
IFirewallRuleOperations^ operations,
String^ serverName,
String^ ruleName,
FirewallRuleUpdateParameters^ parameters
)
static member Update :
operations:IFirewallRuleOperations *
serverName:string *
ruleName:string *
parameters:FirewallRuleUpdateParameters -> FirewallRuleUpdateResponse
<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.IFirewallRuleOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
serverName
Type: System.StringRequired. The name of the Azure SQL Database Server that has the Firewall Rule to be updated.
ruleName
Type: System.StringRequired. The name of the Firewall Rule to be updated.
parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParametersRequired. The parameters for the Update Firewall Rule operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse
Represents the firewall rule update response.
See Also
FirewallRuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top