IFirewallRuleOperations.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates an existing server-level Firewall Rule for an Azure SQL Database Server.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse> UpdateAsync(string serverName, string ruleName, Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : string * string * Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse>
Public Function UpdateAsync (serverName As String, ruleName As String, parameters As FirewallRuleUpdateParameters, cancellationToken As CancellationToken) As Task(Of FirewallRuleUpdateResponse)
Parameters
- serverName
- String
The name of the Azure SQL Database Server that has the Firewall Rule to be updated.
- ruleName
- String
The name of the Firewall Rule to be updated.
- parameters
- FirewallRuleUpdateParameters
The parameters for the Update Firewall Rule operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Represents the firewall rule update response.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET