Uses of Class
com.azure.resourcemanager.network.models.DdosSettingsProtectionCoverage
-
Packages that use DdosSettingsProtectionCoverage Package Description com.azure.resourcemanager.network.models 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 DdosSettingsProtectionCoverage Modifier and Type Field Description static DdosSettingsProtectionCoverageDdosSettingsProtectionCoverage. BASICStatic value Basic for DdosSettingsProtectionCoverage.static DdosSettingsProtectionCoverageDdosSettingsProtectionCoverage. STANDARDStatic value Standard for DdosSettingsProtectionCoverage.Methods in com.azure.resourcemanager.network.models that return DdosSettingsProtectionCoverage Modifier and Type Method Description static DdosSettingsProtectionCoverageDdosSettingsProtectionCoverage. fromString(String name)Creates or finds a DdosSettingsProtectionCoverage from its string representation.DdosSettingsProtectionCoverageDdosSettings. 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 DdosSettingsProtectionCoverage Modifier and Type Method Description static Collection<DdosSettingsProtectionCoverage>DdosSettingsProtectionCoverage. values()Methods in com.azure.resourcemanager.network.models with parameters of type DdosSettingsProtectionCoverage Modifier and Type Method Description DdosSettingsDdosSettings. withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)Set the protectionCoverage property: The DDoS protection policy customizability of the public IP.
-