Uses of Class
com.microsoft.azure.management.network.AzureFirewallRCActionType
-
Packages that use AzureFirewallRCActionType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AzureFirewallRCActionType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network 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 value.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureFirewallRCActionType Modifier and Type Method Description static Collection<AzureFirewallRCActionType>AzureFirewallRCActionType. values()Methods in com.microsoft.azure.management.network with parameters of type AzureFirewallRCActionType Modifier and Type Method Description AzureFirewallRCActionAzureFirewallRCAction. withType(AzureFirewallRCActionType type)Set the type value.
-