Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRuleType
Packages that use FirewallPolicyRuleType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyRuleType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FirewallPolicyRuleType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as FirewallPolicyRuleTypeModifier and TypeFieldDescriptionstatic final FirewallPolicyRuleTypeFirewallPolicyRuleType.APPLICATION_RULEStatic value ApplicationRule for FirewallPolicyRuleType.static final FirewallPolicyRuleTypeFirewallPolicyRuleType.NAT_RULEStatic value NatRule for FirewallPolicyRuleType.static final FirewallPolicyRuleTypeFirewallPolicyRuleType.NETWORK_RULEStatic value NetworkRule for FirewallPolicyRuleType.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRuleTypeModifier and TypeMethodDescriptionstatic FirewallPolicyRuleTypeFirewallPolicyRuleType.fromString(String name) Creates or finds a FirewallPolicyRuleType from its string representation.ApplicationRule.ruleType()Get the ruleType property: Rule Type.FirewallPolicyRule.ruleType()Get the ruleType property: Rule Type.NatRule.ruleType()Get the ruleType property: Rule Type.NetworkRule.ruleType()Get the ruleType property: Rule Type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyRuleTypeModifier and TypeMethodDescriptionstatic Collection<FirewallPolicyRuleType> FirewallPolicyRuleType.values()Gets known FirewallPolicyRuleType values.