Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNatRCActionType
-
Packages that use AzureFirewallNatRCActionType Package Description com.azure.resourcemanager.network.models 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 AzureFirewallNatRCActionType Modifier and Type Field Description static AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType. DNATStatic value Dnat for AzureFirewallNatRCActionType.static AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType. SNATStatic value Snat for AzureFirewallNatRCActionType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallNatRCActionType Modifier and Type Method Description static AzureFirewallNatRCActionTypeAzureFirewallNatRCActionType. fromString(String name)Creates or finds a AzureFirewallNatRCActionType from its string representation.AzureFirewallNatRCActionTypeAzureFirewallNatRCAction. type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNatRCActionType Modifier and Type Method Description static Collection<AzureFirewallNatRCActionType>AzureFirewallNatRCActionType. values()Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallNatRCActionType Modifier and Type Method Description AzureFirewallNatRCActionAzureFirewallNatRCAction. withType(AzureFirewallNatRCActionType type)Set the type property: The type of action.
-