Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallRCActionType
Packages that use AzureFirewallRCActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallRCActionType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AzureFirewallRCActionTypeModifier and TypeFieldDescriptionstatic final AzureFirewallRCActionTypeAzureFirewallRCActionType.ALLOWStatic value Allow for AzureFirewallRCActionType.static final AzureFirewallRCActionTypeAzureFirewallRCActionType.DENYStatic value Deny for AzureFirewallRCActionType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallRCActionTypeModifier and TypeMethodDescriptionstatic AzureFirewallRCActionTypeAzureFirewallRCActionType.fromString(String name) Creates or finds a AzureFirewallRCActionType from its string representation.AzureFirewallRCAction.type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallRCActionTypeModifier and TypeMethodDescriptionstatic Collection<AzureFirewallRCActionType>AzureFirewallRCActionType.values()Gets known AzureFirewallRCActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallRCActionTypeModifier and TypeMethodDescriptionAzureFirewallRCAction.withType(AzureFirewallRCActionType type) Set the type property: The type of action.