IIpFirewallRulesOperations Interface

Definition

IpFirewallRulesOperations operations.

public interface IIpFirewallRulesOperations
type IIpFirewallRulesOperations = interface
Public Interface IIpFirewallRulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, IpFirewallRuleInfo, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a firewall rule

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a firewall rule

BeginReplaceAllWithHttpMessagesAsync(String, String, ReplaceAllIpFirewallRulesRequest, Dictionary<String,List<String>>, CancellationToken)

Replaces firewall rules

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IpFirewallRuleInfo, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a firewall rule

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a firewall rule

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a firewall rule

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of firewall rules

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of firewall rules

ReplaceAllWithHttpMessagesAsync(String, String, ReplaceAllIpFirewallRulesRequest, Dictionary<String,List<String>>, CancellationToken)

Replaces firewall rules

Extension Methods

BeginCreateOrUpdate(IIpFirewallRulesOperations, String, String, String, IpFirewallRuleInfo)

Creates or updates a firewall rule

BeginCreateOrUpdateAsync(IIpFirewallRulesOperations, String, String, String, IpFirewallRuleInfo, CancellationToken)

Creates or updates a firewall rule

BeginDelete(IIpFirewallRulesOperations, String, String, String)

Deletes a firewall rule

BeginDeleteAsync(IIpFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a firewall rule

BeginReplaceAll(IIpFirewallRulesOperations, String, String, ReplaceAllIpFirewallRulesRequest)

Replaces firewall rules

BeginReplaceAllAsync(IIpFirewallRulesOperations, String, String, ReplaceAllIpFirewallRulesRequest, CancellationToken)

Replaces firewall rules

CreateOrUpdate(IIpFirewallRulesOperations, String, String, String, IpFirewallRuleInfo)

Creates or updates a firewall rule

CreateOrUpdateAsync(IIpFirewallRulesOperations, String, String, String, IpFirewallRuleInfo, CancellationToken)

Creates or updates a firewall rule

Delete(IIpFirewallRulesOperations, String, String, String)

Deletes a firewall rule

DeleteAsync(IIpFirewallRulesOperations, String, String, String, CancellationToken)

Deletes a firewall rule

Get(IIpFirewallRulesOperations, String, String, String)

Get a firewall rule

GetAsync(IIpFirewallRulesOperations, String, String, String, CancellationToken)

Get a firewall rule

ListByWorkspace(IIpFirewallRulesOperations, String, String)

Returns a list of firewall rules

ListByWorkspaceAsync(IIpFirewallRulesOperations, String, String, CancellationToken)

Returns a list of firewall rules

ListByWorkspaceNext(IIpFirewallRulesOperations, String)

Returns a list of firewall rules

ListByWorkspaceNextAsync(IIpFirewallRulesOperations, String, CancellationToken)

Returns a list of firewall rules

ReplaceAll(IIpFirewallRulesOperations, String, String, ReplaceAllIpFirewallRulesRequest)

Replaces firewall rules

ReplaceAllAsync(IIpFirewallRulesOperations, String, String, ReplaceAllIpFirewallRulesRequest, CancellationToken)

Replaces firewall rules

Applies to