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.
In this article
public static class FirewallRulesOperationsExtensions
type FirewallRulesOperationsExtensions = class
Public Module FirewallRulesOperationsExtensions
Inheritance
System.Object
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