FirewallRulesOperationsExtensions Class

Definition

Extension methods for FirewallRulesOperations.

public static class FirewallRulesOperationsExtensions
type FirewallRulesOperationsExtensions = class
Public Module FirewallRulesOperationsExtensions
Inheritance
FirewallRulesOperationsExtensions

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