IFirewallRulesOperations Interface

Definition

FirewallRulesOperations operations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Methods

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

Creates a new firewall rule or updates an existing firewall rule.

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

Deletes a server firewall rule.

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

Creates a new firewall rule or updates an existing firewall rule.

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

Deletes a server firewall rule.

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

Gets information about a server firewall rule.

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

List all the firewall rules in a given server.

Extension Methods

BeginCreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

Creates a new firewall rule or updates an existing firewall rule.

BeginCreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, FirewallRule, CancellationToken)

Creates a new firewall rule or updates an existing firewall rule.

BeginDelete(IFirewallRulesOperations, String, String, String)

Deletes a server firewall rule.

BeginDeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a server firewall rule.

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

Creates a new firewall rule or updates an existing firewall rule.

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

Creates a new firewall rule or updates an existing firewall rule.

Delete(IFirewallRulesOperations, String, String, String)

Deletes a server firewall rule.

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

Deletes a server firewall rule.

Get(IFirewallRulesOperations, String, String, String)

Gets information about a server firewall rule.

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

Gets information about a server firewall rule.

ListByServer(IFirewallRulesOperations, String, String)

List all the firewall rules in a given server.

ListByServerAsync(IFirewallRulesOperations, String, String, CancellationToken)

List all the firewall rules in a given server.

Applies to