Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyNatRuleCollectionActionType
Packages that use FirewallPolicyNatRuleCollectionActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyNatRuleCollectionActionType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FirewallPolicyNatRuleCollectionActionType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe action type of a rule.Fields in com.azure.resourcemanager.network.models declared as FirewallPolicyNatRuleCollectionActionTypeModifier and TypeFieldDescriptionstatic final FirewallPolicyNatRuleCollectionActionTypeFirewallPolicyNatRuleCollectionActionType.DNATStatic value DNAT for FirewallPolicyNatRuleCollectionActionType.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyNatRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollectionActionType.fromString(String name) Creates or finds a FirewallPolicyNatRuleCollectionActionType from its string representation.FirewallPolicyNatRuleCollectionAction.type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyNatRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollectionActionType.values()Gets known FirewallPolicyNatRuleCollectionActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyNatRuleCollectionActionTypeModifier and TypeMethodDescriptionFirewallPolicyNatRuleCollectionAction.withType(FirewallPolicyNatRuleCollectionActionType type) Set the type property: The type of action.