Uses of Class
com.azure.resourcemanager.network.models.DdosSettings
-
Packages that use DdosSettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 DdosSettings Modifier and Type Method Description DdosSettingsPublicIpAddressInner. ddosSettings()Get the ddosSettings property: The DDoS protection custom policy associated with the public IP address.DdosSettingsPublicIpAddressPropertiesFormatInner. 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 DdosSettings Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withDdosSettings(DdosSettings ddosSettings)Set the ddosSettings property: The DDoS protection custom policy associated with the public IP address.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. 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 DdosSettings Modifier and Type Method Description DdosSettingsDdosSettings. withDdosCustomPolicy(com.azure.core.management.SubResource ddosCustomPolicy)Set the ddosCustomPolicy property: The DDoS custom policy associated with the public IP.DdosSettingsDdosSettings. withProtectedIp(Boolean protectedIp)Set the protectedIp property: Enables DDoS protection on the public IP.DdosSettingsDdosSettings. withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)Set the protectionCoverage property: The DDoS protection policy customizability of the public IP.
-