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 TypeMethodDescriptionDdosSettings.withDdosCustomPolicy(com.azure.core.management.SubResource ddosCustomPolicy) Set the ddosCustomPolicy property: The DDoS custom policy associated with the public IP.DdosSettings.withProtectedIp(Boolean protectedIp) Set the protectedIp property: Enables DDoS protection on the public IP.DdosSettings.withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage) Set the protectionCoverage property: The DDoS protection policy customizability of the public IP.