Uses of Enum
com.azure.resourcemanager.network.models.FirewallPolicyIdpsSignatureDirection
Packages that use FirewallPolicyIdpsSignatureDirection
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyIdpsSignatureDirection in com.azure.resourcemanager.network.models
Subclasses with type arguments of type FirewallPolicyIdpsSignatureDirection in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionenumDescribes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyIdpsSignatureDirectionModifier and TypeMethodDescriptionSingleQueryResult.direction()Get the direction property: Describes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound.FirewallPolicyIdpsSignatureDirection.fromInt(int value) Parses a serialized value to a FirewallPolicyIdpsSignatureDirection instance.Returns the enum constant of this type with the specified name.static FirewallPolicyIdpsSignatureDirection[]FirewallPolicyIdpsSignatureDirection.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 FirewallPolicyIdpsSignatureDirectionModifier and TypeMethodDescriptionSingleQueryResult.withDirection(FirewallPolicyIdpsSignatureDirection direction) Set the direction property: Describes in which direction signature is being enforced: 0 - OutBound, 1 - InBound, 2 - Any, 3 - Internal, 4 - InternalOutbound, 5 - InternalInbound.