Sdílet prostřednictvím


AzureSqlServerOutboundFirewallRulesCommunicator Class

Definition

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

Applies to