Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallRCActionType
-
Packages that use AzureFirewallRCActionType Package Description com.azure.resourcemanager.network.models 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 AzureFirewallRCActionType Modifier and Type Field Description static AzureFirewallRCActionTypeAzureFirewallRCActionType. ALLOWStatic value Allow for AzureFirewallRCActionType.static AzureFirewallRCActionTypeAzureFirewallRCActionType. DENYStatic value Deny for AzureFirewallRCActionType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallRCActionType Modifier and Type Method Description static AzureFirewallRCActionTypeAzureFirewallRCActionType. fromString(String name)Creates or finds a AzureFirewallRCActionType from its string representation.AzureFirewallRCActionTypeAzureFirewallRCAction. type()Get the type property: The type of action.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallRCActionType Modifier and Type Method Description static Collection<AzureFirewallRCActionType>AzureFirewallRCActionType. values()Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallRCActionType Modifier and Type Method Description AzureFirewallRCActionAzureFirewallRCAction. withType(AzureFirewallRCActionType type)Set the type property: The type of action.
-