Uses of Class
com.azure.resourcemanager.network.models.DdosDetectionMode
Packages that use DdosDetectionMode
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DdosDetectionMode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DdosDetectionModeModifier and TypeMethodDescriptionDdosDetectionRulePropertiesFormat.detectionMode()Get the detectionMode property: The detection mode for the DDoS detection rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DdosDetectionModeModifier and TypeMethodDescriptionDdosDetectionRulePropertiesFormat.withDetectionMode(DdosDetectionMode detectionMode) Set the detectionMode property: The detection mode for the DDoS detection rule. -
Uses of DdosDetectionMode in com.azure.resourcemanager.network.models
Subclasses with type arguments of type DdosDetectionMode in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe detection mode for the DDoS detection rule.Fields in com.azure.resourcemanager.network.models declared as DdosDetectionModeModifier and TypeFieldDescriptionstatic final DdosDetectionModeDdosDetectionMode.TRAFFIC_THRESHOLDStatic value TrafficThreshold for DdosDetectionMode.Methods in com.azure.resourcemanager.network.models that return DdosDetectionModeModifier and TypeMethodDescriptionDdosDetectionRule.detectionMode()Get the detectionMode property: The detection mode for the DDoS detection rule.static DdosDetectionModeDdosDetectionMode.fromString(String name) Creates or finds a DdosDetectionMode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DdosDetectionModeModifier and TypeMethodDescriptionstatic Collection<DdosDetectionMode> DdosDetectionMode.values()Gets known DdosDetectionMode values.Methods in com.azure.resourcemanager.network.models with parameters of type DdosDetectionModeModifier and TypeMethodDescriptionDdosDetectionRule.withDetectionMode(DdosDetectionMode detectionMode) Set the detectionMode property: The detection mode for the DDoS detection rule.