Uses of Enum
com.azure.resourcemanager.network.models.FirewallPolicyIdpsSignatureSeverity
Packages that use FirewallPolicyIdpsSignatureSeverity
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyIdpsSignatureSeverity in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyIdpsSignatureSeverityModifier and TypeMethodDescriptionFirewallPolicyIdpsSignatureSeverity.fromInt(int value) Parses a serialized value to a FirewallPolicyIdpsSignatureSeverity instance.SingleQueryResult.severity()Get the severity property: Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low.Returns the enum constant of this type with the specified name.static FirewallPolicyIdpsSignatureSeverity[]FirewallPolicyIdpsSignatureSeverity.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 FirewallPolicyIdpsSignatureSeverityModifier and TypeMethodDescriptionSingleQueryResult.withSeverity(FirewallPolicyIdpsSignatureSeverity severity) Set the severity property: Describes the severity of signature: 1 - High, 2 - Medium, 3 - Low.