Share via


OutboundFirewallRulesOperationsExtensions Class

Definition

Extension methods for OutboundFirewallRulesOperations.

public static class OutboundFirewallRulesOperationsExtensions
type OutboundFirewallRulesOperationsExtensions = class
Public Module OutboundFirewallRulesOperationsExtensions
Inheritance
OutboundFirewallRulesOperationsExtensions

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