Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRCActionType
Packages that use AzureFirewallNatRCActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallNatRCActionType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AzureFirewallNatRCActionTypeModifier and TypeFieldDescriptionstatic final AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType.DNATStatic value Dnat for AzureFirewallNatRCActionType.static final AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType.SNATStatic value Snat for AzureFirewallNatRCActionType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRCActionTypeModifier and TypeMethodDescriptionstatic AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType.fromString(String name) Creates or finds a AzureFirewallNatRCActionType from its string representation.AzureFirewallNatRCAction.type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNatRCActionTypeModifier and TypeMethodDescriptionAzureFirewallNatRCActionType.values()Gets known AzureFirewallNatRCActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallNatRCActionTypeModifier and TypeMethodDescriptionAzureFirewallNatRCAction.withType(AzureFirewallNatRCActionType type) Set the type property: The type of action.