FirewallRulesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for FirewallRulesOperations.
public static class FirewallRulesOperationsExtensions
type FirewallRulesOperationsExtensions = class
Public Module FirewallRulesOperationsExtensions
- Inheritance
-
FirewallRulesOperationsExtensions
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. |