Uses of Class
com.azure.resourcemanager.network.models.DdosDetectionRule
Packages that use DdosDetectionRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DdosDetectionRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type DdosDetectionRuleModifier and TypeMethodDescriptionDdosCustomPolicyInner.detectionRules()Get the detectionRules property: The list of DDoS detection rules associated with the custom policy.DdosCustomPolicyPropertiesFormat.detectionRules()Get the detectionRules property: The list of DDoS detection rules associated with the custom policy.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type DdosDetectionRuleModifier and TypeMethodDescriptionDdosCustomPolicyInner.withDetectionRules(List<DdosDetectionRule> detectionRules) Set the detectionRules property: The list of DDoS detection rules associated with the custom policy.DdosCustomPolicyPropertiesFormat.withDetectionRules(List<DdosDetectionRule> detectionRules) Set the detectionRules property: The list of DDoS detection rules associated with the custom policy. -
Uses of DdosDetectionRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DdosDetectionRuleModifier and TypeMethodDescriptionstatic DdosDetectionRuleDdosDetectionRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DdosDetectionRule from the JsonReader.DdosDetectionRule.withDetectionMode(DdosDetectionMode detectionMode) Set the detectionMode property: The detection mode for the DDoS detection rule.Set the name property: The name of the DDoS detection rule.DdosDetectionRule.withTrafficDetectionRule(TrafficDetectionRule trafficDetectionRule) Set the trafficDetectionRule property: The traffic detection rule details.