Uses of Class
com.microsoft.azure.management.network.AzureFirewallApplicationRule
-
Packages that use AzureFirewallApplicationRule Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AzureFirewallApplicationRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureFirewallApplicationRule Modifier and Type Method Description AzureFirewallApplicationRuleAzureFirewallApplicationRule. withDescription(String description)Set the description value.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withName(String name)Set the name value.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)Set the protocols value.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withSourceAddresses(List<String> sourceAddresses)Set the sourceAddresses value.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withTargetUrls(List<String> targetUrls)Set the targetUrls value.
-