IFirewallRuleOperations Interface
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.
Represents all the operations for operating on Azure SQL Database Server Firewall Rules. Contains operations to: Create, Retrieve, Update, and Delete firewall rules.
public interface IFirewallRuleOperations
type IFirewallRuleOperations = interface
Public Interface IFirewallRuleOperations
Methods
CreateOrUpdateAsync(String, String, String, FirewallRuleCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Database Server Firewall rule. |
DeleteAsync(String, String, String, CancellationToken) |
Deletes an Azure SQL Database Server Firewall rule. |
GetAsync(String, String, String, CancellationToken) |
Returns an Azure SQL Database Server Firewall rule. |
ListAsync(String, String, CancellationToken) |
Returns a list of Azure SQL Database Server Firewall rules. |
Extension Methods
CreateOrUpdate(IFirewallRuleOperations, String, String, String, FirewallRuleCreateOrUpdateParameters) |
Creates or updates an Azure SQL Database Server Firewall rule. |
CreateOrUpdateAsync(IFirewallRuleOperations, String, String, String, FirewallRuleCreateOrUpdateParameters) |
Creates or updates an Azure SQL Database Server Firewall rule. |
Delete(IFirewallRuleOperations, String, String, String) |
Deletes an Azure SQL Database Server Firewall rule. |
DeleteAsync(IFirewallRuleOperations, String, String, String) |
Deletes an Azure SQL Database Server Firewall rule. |
Get(IFirewallRuleOperations, String, String, String) |
Returns an Azure SQL Database Server Firewall rule. |
GetAsync(IFirewallRuleOperations, String, String, String) |
Returns an Azure SQL Database Server Firewall rule. |
List(IFirewallRuleOperations, String, String) |
Returns a list of Azure SQL Database Server Firewall rules. |
ListAsync(IFirewallRuleOperations, String, String) |
Returns a list of Azure SQL Database Server Firewall rules. |