Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyNatRuleCollectionActionType
-
Packages that use FirewallPolicyNatRuleCollectionActionType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FirewallPolicyNatRuleCollectionActionType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as FirewallPolicyNatRuleCollectionActionType Modifier and Type Field Description static FirewallPolicyNatRuleCollectionActionTypeFirewallPolicyNatRuleCollectionActionType. DNATStatic value DNAT for FirewallPolicyNatRuleCollectionActionType.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyNatRuleCollectionActionType Modifier and Type Method Description static FirewallPolicyNatRuleCollectionActionTypeFirewallPolicyNatRuleCollectionActionType. fromString(String name)Creates or finds a FirewallPolicyNatRuleCollectionActionType from its string representation.FirewallPolicyNatRuleCollectionActionTypeFirewallPolicyNatRuleCollectionAction. type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyNatRuleCollectionActionType Modifier and Type Method Description static Collection<FirewallPolicyNatRuleCollectionActionType>FirewallPolicyNatRuleCollectionActionType. values()Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyNatRuleCollectionActionType Modifier and Type Method Description FirewallPolicyNatRuleCollectionActionFirewallPolicyNatRuleCollectionAction. withType(FirewallPolicyNatRuleCollectionActionType type)Set the type property: The type of action.
-