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 Analytics account

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

Gets the specified Data Lake Analytics firewall rule.

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

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

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

Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics 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 Analytics account

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

Deletes the specified firewall rule from the specified Data Lake Analytics account

Get(IFirewallRulesOperations, String, String, String)

Gets the specified Data Lake Analytics firewall rule.

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

Gets the specified Data Lake Analytics firewall rule.

ListByAccount(IFirewallRulesOperations, String, String)

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

ListByAccountAsync(IFirewallRulesOperations, String, String, CancellationToken)

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

ListByAccountNext(IFirewallRulesOperations, String)

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

ListByAccountNextAsync(IFirewallRulesOperations, String, CancellationToken)

Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics 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