Uses of Class
com.azure.resourcemanager.network.models.DdosSettings
Packages that use DdosSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DdosSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DdosSettingsModifier and TypeMethodDescriptionPublicIpAddressInner.ddosSettings()Get the ddosSettings property: The DDoS protection custom policy associated with the public IP address.PublicIpAddressPropertiesFormatInner.ddosSettings()Get the ddosSettings property: The DDoS protection custom policy associated with the public IP address.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DdosSettingsModifier and TypeMethodDescriptionPublicIpAddressInner.withDdosSettings(DdosSettings ddosSettings) Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address.PublicIpAddressPropertiesFormatInner.withDdosSettings(DdosSettings ddosSettings) Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address. -
Uses of DdosSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DdosSettingsModifier and TypeMethodDescriptionstatic DdosSettingsDdosSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DdosSettings from the JsonReader.DdosSettings.withDdosProtectionPlan(com.azure.core.management.SubResource ddosProtectionPlan) Set the ddosProtectionPlan property: The DDoS protection plan associated with the public IP.DdosSettings.withProtectionMode(DdosSettingsProtectionMode protectionMode) Set the protectionMode property: The DDoS protection mode of the public IP.