다음을 통해 공유


FirewallRulesOperationsExtensions Class

Definition

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