Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRuleType
-
Packages that use FirewallPolicyRuleType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FirewallPolicyRuleType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as FirewallPolicyRuleType Modifier and Type Field Description static FirewallPolicyRuleTypeFirewallPolicyRuleType. APPLICATION_RULEStatic value ApplicationRule for FirewallPolicyRuleType.static FirewallPolicyRuleTypeFirewallPolicyRuleType. NAT_RULEStatic value NatRule for FirewallPolicyRuleType.static FirewallPolicyRuleTypeFirewallPolicyRuleType. NETWORK_RULEStatic value NetworkRule for FirewallPolicyRuleType.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRuleType Modifier and Type Method Description static FirewallPolicyRuleTypeFirewallPolicyRuleType. fromString(String name)Creates or finds a FirewallPolicyRuleType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyRuleType Modifier and Type Method Description static Collection<FirewallPolicyRuleType>FirewallPolicyRuleType. values()
-