Uses of Class
com.azure.resourcemanager.network.models.TrafficDetectionRule
Packages that use TrafficDetectionRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of TrafficDetectionRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return TrafficDetectionRuleModifier and TypeMethodDescriptionDdosDetectionRulePropertiesFormat.trafficDetectionRule()Get the trafficDetectionRule property: The traffic detection rule details.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type TrafficDetectionRuleModifier and TypeMethodDescriptionDdosDetectionRulePropertiesFormat.withTrafficDetectionRule(TrafficDetectionRule trafficDetectionRule) Set the trafficDetectionRule property: The traffic detection rule details. -
Uses of TrafficDetectionRule in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type TrafficDetectionRuleModifier and TypeClassDescriptionfinal classDdos Custom Policy traffic detection rule.Methods in com.azure.resourcemanager.network.models that return TrafficDetectionRuleModifier and TypeMethodDescriptionstatic TrafficDetectionRuleTrafficDetectionRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrafficDetectionRule from the JsonReader.DdosDetectionRule.trafficDetectionRule()Get the trafficDetectionRule property: The traffic detection rule details.TrafficDetectionRule.withPacketsPerSecond(Integer packetsPerSecond) Set the packetsPerSecond property: The customized packets per second threshold.TrafficDetectionRule.withTrafficType(DdosTrafficType trafficType) Set the trafficType property: The traffic type (one of Tcp, Udp, TcpSyn) that the detection rule will be applied upon.Methods in com.azure.resourcemanager.network.models with parameters of type TrafficDetectionRuleModifier and TypeMethodDescriptionDdosDetectionRule.withTrafficDetectionRule(TrafficDetectionRule trafficDetectionRule) Set the trafficDetectionRule property: The traffic detection rule details.