IAzureFirewallsOperations Interface

Definition

AzureFirewallsOperations operations.

public interface IAzureFirewallsOperations
type IAzureFirewallsOperations = interface
Public Interface IAzureFirewallsOperations

Methods

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

Creates or updates the specified Azure Firewall.

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

Deletes the specified Azure Firewall.

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

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

BeginUpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags of an Azure Firewall resource.

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

Creates or updates the specified Azure Firewall.

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

Deletes the specified Azure Firewall.

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

Gets the specified Azure Firewall.

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

Gets all the Azure Firewalls in a subscription.

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

Gets all the Azure Firewalls in a subscription.

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

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

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

Lists all Azure Firewalls in a resource group.

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

Lists all Azure Firewalls in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags of an Azure Firewall resource.

Extension Methods

BeginCreateOrUpdate(IAzureFirewallsOperations, String, String, AzureFirewall)

Creates or updates the specified Azure Firewall.

BeginCreateOrUpdateAsync(IAzureFirewallsOperations, String, String, AzureFirewall, CancellationToken)

Creates or updates the specified Azure Firewall.

BeginDelete(IAzureFirewallsOperations, String, String)

Deletes the specified Azure Firewall.

BeginDeleteAsync(IAzureFirewallsOperations, String, String, CancellationToken)

Deletes the specified Azure Firewall.

BeginListLearnedPrefixes(IAzureFirewallsOperations, String, String)

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

BeginListLearnedPrefixesAsync(IAzureFirewallsOperations, String, String, CancellationToken)

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

BeginUpdateTags(IAzureFirewallsOperations, String, String, TagsObject)

Updates tags of an Azure Firewall resource.

BeginUpdateTagsAsync(IAzureFirewallsOperations, String, String, TagsObject, CancellationToken)

Updates tags of an Azure Firewall resource.

CreateOrUpdate(IAzureFirewallsOperations, String, String, AzureFirewall)

Creates or updates the specified Azure Firewall.

CreateOrUpdateAsync(IAzureFirewallsOperations, String, String, AzureFirewall, CancellationToken)

Creates or updates the specified Azure Firewall.

Delete(IAzureFirewallsOperations, String, String)

Deletes the specified Azure Firewall.

DeleteAsync(IAzureFirewallsOperations, String, String, CancellationToken)

Deletes the specified Azure Firewall.

Get(IAzureFirewallsOperations, String, String)

Gets the specified Azure Firewall.

GetAsync(IAzureFirewallsOperations, String, String, CancellationToken)

Gets the specified Azure Firewall.

List(IAzureFirewallsOperations, String)

Lists all Azure Firewalls in a resource group.

ListAll(IAzureFirewallsOperations)

Gets all the Azure Firewalls in a subscription.

ListAllAsync(IAzureFirewallsOperations, CancellationToken)

Gets all the Azure Firewalls in a subscription.

ListAllNext(IAzureFirewallsOperations, String)

Gets all the Azure Firewalls in a subscription.

ListAllNextAsync(IAzureFirewallsOperations, String, CancellationToken)

Gets all the Azure Firewalls in a subscription.

ListAsync(IAzureFirewallsOperations, String, CancellationToken)

Lists all Azure Firewalls in a resource group.

ListLearnedPrefixes(IAzureFirewallsOperations, String, String)

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

ListLearnedPrefixesAsync(IAzureFirewallsOperations, String, String, CancellationToken)

Retrieves a list of all IP prefixes that azure firewall has learned to not SNAT.

ListNext(IAzureFirewallsOperations, String)

Lists all Azure Firewalls in a resource group.

ListNextAsync(IAzureFirewallsOperations, String, CancellationToken)

Lists all Azure Firewalls in a resource group.

UpdateTags(IAzureFirewallsOperations, String, String, TagsObject)

Updates tags of an Azure Firewall resource.

UpdateTagsAsync(IAzureFirewallsOperations, String, String, TagsObject, CancellationToken)

Updates tags of an Azure Firewall resource.

Applies to