Share via


IFirewallRulesOperations Interface

Definition

FirewallRulesOperations operations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Methods

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

Creates or updates a firewall rule.

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

Deletes a firewall rule.

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

Gets a firewall rule.

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

Gets a list of firewall rules.

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

Gets a list of firewall rules.

ReplaceWithHttpMessagesAsync(String, String, FirewallRuleList, Dictionary<String,List<String>>, CancellationToken)

Replaces all firewall rules on the server.

Extension Methods

CreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

Creates or updates a firewall rule.

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, FirewallRule, CancellationToken)

Creates or updates a firewall rule.

Delete(IFirewallRulesOperations, String, String, String)

Deletes a firewall rule.

DeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a firewall rule.

Get(IFirewallRulesOperations, String, String, String)

Gets a firewall rule.

GetAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

Gets a firewall rule.

ListByServer(IFirewallRulesOperations, String, String)

Gets a list of firewall rules.

ListByServerAsync(IFirewallRulesOperations, String, String, CancellationToken)

Gets a list of firewall rules.

ListByServerNext(IFirewallRulesOperations, String)

Gets a list of firewall rules.

ListByServerNextAsync(IFirewallRulesOperations, String, CancellationToken)

Gets a list of firewall rules.

Replace(IFirewallRulesOperations, String, String, FirewallRuleList)

Replaces all firewall rules on the server.

ReplaceAsync(IFirewallRulesOperations, String, String, FirewallRuleList, CancellationToken)

Replaces all firewall rules on the server.

Applies to