Uses of Class
com.azure.resourcemanager.network.models.DdosSettingsProtectionCoverage
Packages that use DdosSettingsProtectionCoverage
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of DdosSettingsProtectionCoverage in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DdosSettingsProtectionCoverageModifier and TypeFieldDescriptionstatic final DdosSettingsProtectionCoverageDdosSettingsProtectionCoverage.BASICStatic value Basic for DdosSettingsProtectionCoverage.static final DdosSettingsProtectionCoverageDdosSettingsProtectionCoverage.STANDARDStatic value Standard for DdosSettingsProtectionCoverage.Methods in com.azure.resourcemanager.network.models that return DdosSettingsProtectionCoverageModifier and TypeMethodDescriptionDdosSettingsProtectionCoverage.fromString(String name) Creates or finds a DdosSettingsProtectionCoverage from its string representation.DdosSettings.protectionCoverage()Get the protectionCoverage property: The DDoS protection policy customizability of the public IP.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DdosSettingsProtectionCoverageModifier and TypeMethodDescriptionDdosSettingsProtectionCoverage.values()Gets known DdosSettingsProtectionCoverage values.Methods in com.azure.resourcemanager.network.models with parameters of type DdosSettingsProtectionCoverageModifier and TypeMethodDescriptionDdosSettings.withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage) Set the protectionCoverage property: The DDoS protection policy customizability of the public IP.