Uses of Enum
com.azure.resourcemanager.network.models.FirewallPolicyIdpsSignatureMode
Packages that use FirewallPolicyIdpsSignatureMode
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyIdpsSignatureMode in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyIdpsSignatureModeModifier and TypeMethodDescriptionFirewallPolicyIdpsSignatureMode.fromInt(int value) Parses a serialized value to a FirewallPolicyIdpsSignatureMode instance.SingleQueryResult.mode()Get the mode property: The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny.Returns the enum constant of this type with the specified name.static FirewallPolicyIdpsSignatureMode[]FirewallPolicyIdpsSignatureMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyIdpsSignatureModeModifier and TypeMethodDescriptionSingleQueryResult.withMode(FirewallPolicyIdpsSignatureMode mode) Set the mode property: The current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny.