IFirewallRulesOperations Interface
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.
FirewallRulesOperations operations.
public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, FirewallRule, Dictionary<String,List<String>>, CancellationToken) |
Creates a new firewall rule or updates an existing firewall rule. |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a server firewall rule. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, FirewallRule, Dictionary<String,List<String>>, CancellationToken) |
Creates a new firewall rule or updates an existing firewall rule. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a server firewall rule. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets information about a server firewall rule. |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List all the firewall rules in a given server. |