AzureSqlServerOutboundFirewallRulesCommunicator Class
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.
This class is responsible for all the REST communication with the audit REST endpoints
public class AzureSqlServerOutboundFirewallRulesCommunicator
type AzureSqlServerOutboundFirewallRulesCommunicator = class
Public Class AzureSqlServerOutboundFirewallRulesCommunicator
- Inheritance
-
AzureSqlServerOutboundFirewallRulesCommunicator
Constructors
AzureSqlServerOutboundFirewallRulesCommunicator(IAzureContext) |
Creates a communicator for Azure Sql Databases OutboundFirewallRules |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateOrUpdate(String, String, String) | |
Get(String, String, String) |
Gets the Azure Sql Server OutboundFirewallRules |
List(String, String) |
Lists Azure Sql Server OutboundFirewallRules |
Remove(String, String, String) |
Deletes an Azure Sql Database Server OutboundFirewallRule |