IOutboundFirewallRulesOperations Interface

Definition

OutboundFirewallRulesOperations operations.

public interface IOutboundFirewallRulesOperations
type IOutboundFirewallRulesOperations = interface
Public Interface IOutboundFirewallRulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Create a outbound firewall rule with a given name.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a outbound firewall rule with a given name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Create a outbound firewall rule with a given name.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a outbound firewall rule with a given name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an outbound firewall rule.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all outbound firewall rules on a server.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all outbound firewall rules on a server.

Extension Methods

BeginCreateOrUpdate(IOutboundFirewallRulesOperations, String, String, String)

Create a outbound firewall rule with a given name.

BeginCreateOrUpdateAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Create a outbound firewall rule with a given name.

BeginDelete(IOutboundFirewallRulesOperations, String, String, String)

Deletes a outbound firewall rule with a given name.

BeginDeleteAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a outbound firewall rule with a given name.

CreateOrUpdate(IOutboundFirewallRulesOperations, String, String, String)

Create a outbound firewall rule with a given name.

CreateOrUpdateAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Create a outbound firewall rule with a given name.

Delete(IOutboundFirewallRulesOperations, String, String, String)

Deletes a outbound firewall rule with a given name.

DeleteAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a outbound firewall rule with a given name.

Get(IOutboundFirewallRulesOperations, String, String, String)

Gets an outbound firewall rule.

GetAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Gets an outbound firewall rule.

ListByServer(IOutboundFirewallRulesOperations, String, String)

Gets all outbound firewall rules on a server.

ListByServerAsync(IOutboundFirewallRulesOperations, String, String, CancellationToken)

Gets all outbound firewall rules on a server.

ListByServerNext(IOutboundFirewallRulesOperations, String)

Gets all outbound firewall rules on a server.

ListByServerNextAsync(IOutboundFirewallRulesOperations, String, CancellationToken)

Gets all outbound firewall rules on a server.

Applies to