Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRCAction
-
Packages that use AzureFirewallNatRCAction Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AzureFirewallNatRCAction Modifier and Type Method Description AzureFirewallNatRCActionAzureFirewallNatRuleCollectionProperties. 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 AzureFirewallNatRCAction Modifier and Type Method Description AzureFirewallNatRuleCollectionPropertiesAzureFirewallNatRuleCollectionProperties. withAction(AzureFirewallNatRCAction action)Set the action property: The action type of a NAT rule collection. -
Uses of AzureFirewallNatRCAction in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRCAction Modifier and Type Method Description AzureFirewallNatRCActionAzureFirewallNatRuleCollection. action()Get the action property: The action type of a NAT rule collection.AzureFirewallNatRCActionAzureFirewallNatRCAction. withType(AzureFirewallNatRCActionType type)Set the type property: The type of action.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallNatRCAction Modifier and Type Method Description AzureFirewallNatRuleCollectionAzureFirewallNatRuleCollection. withAction(AzureFirewallNatRCAction action)Set the action property: The action type of a NAT rule collection.
-