Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRCAction
Packages that use AzureFirewallNatRCAction
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallNatRCAction in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallNatRCActionModifier and TypeMethodDescriptionAzureFirewallNatRuleCollectionProperties.action()Get the action property: The action type of a NAT rule collection.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallNatRCActionModifier and TypeMethodDescriptionAzureFirewallNatRuleCollectionProperties.withAction(AzureFirewallNatRCAction action) Set the action property: The action type of a NAT rule collection. -
Uses of AzureFirewallNatRCAction in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AzureFirewallNatRCActionModifier and TypeClassDescriptionfinal classAzureFirewall NAT Rule Collection Action.Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRCActionModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.action()Get the action property: The action type of a NAT rule collection.static AzureFirewallNatRCActionAzureFirewallNatRCAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNatRCAction from the JsonReader.AzureFirewallNatRCAction.withType(AzureFirewallNatRCActionType type) Set the type property: The type of action.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallNatRCActionModifier and TypeMethodDescriptionAzureFirewallNatRuleCollection.withAction(AzureFirewallNatRCAction action) Set the action property: The action type of a NAT rule collection.