IFirewallRulesOperations Interface

Definition

FirewallRulesOperations operations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Methods

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

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

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

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

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

Deletes the specified firewall rule from the specified Data Lake Store account.

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

Gets the specified Data Lake Store firewall rule.

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

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

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

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

UpdateWithHttpMessagesAsync(String, String, String, UpdateFirewallRuleParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the specified firewall rule.

Extension Methods

CreateOrUpdate(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

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

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters, CancellationToken)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

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

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

Delete(IFirewallRulesOperations, String, String, String)

Deletes the specified firewall rule from the specified Data Lake Store account.

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

Deletes the specified firewall rule from the specified Data Lake Store account.

Get(IFirewallRulesOperations, String, String, String)

Gets the specified Data Lake Store firewall rule.

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

Gets the specified Data Lake Store firewall rule.

ListByAccount(IFirewallRulesOperations, String, String)

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

ListByAccountAsync(IFirewallRulesOperations, String, String, CancellationToken)

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

ListByAccountNext(IFirewallRulesOperations, String)

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

ListByAccountNextAsync(IFirewallRulesOperations, String, CancellationToken)

Lists the Data Lake Store firewall rules within the specified Data Lake Store account.

Update(IFirewallRulesOperations, String, String, String, UpdateFirewallRuleParameters)

Updates the specified firewall rule.

UpdateAsync(IFirewallRulesOperations, String, String, String, UpdateFirewallRuleParameters, CancellationToken)

Updates the specified firewall rule.

Applies to