Uses of Class
com.azure.resourcemanager.network.models.DdosProtectionPlanListResult
Packages that use DdosProtectionPlanListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of DdosProtectionPlanListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type DdosProtectionPlanListResultModifier and TypeClassDescriptionfinal classA list of DDoS protection plans.Methods in com.azure.resourcemanager.network.models that return DdosProtectionPlanListResultModifier and TypeMethodDescriptionstatic DdosProtectionPlanListResultDdosProtectionPlanListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DdosProtectionPlanListResult from the JsonReader.DdosProtectionPlanListResult.withValue(List<DdosProtectionPlanInner> value) Set the value property: A list of DDoS protection plans.