Uses of Class
com.azure.resourcemanager.network.models.DdosSettingsProtectionMode
Packages that use DdosSettingsProtectionMode
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of DdosSettingsProtectionMode in com.azure.resourcemanager.network.models
Subclasses with type arguments of type DdosSettingsProtectionMode in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe DDoS protection mode of the public IP.Fields in com.azure.resourcemanager.network.models declared as DdosSettingsProtectionModeModifier and TypeFieldDescriptionstatic final DdosSettingsProtectionModeDdosSettingsProtectionMode.DISABLEDStatic value Disabled for DdosSettingsProtectionMode.static final DdosSettingsProtectionModeDdosSettingsProtectionMode.ENABLEDStatic value Enabled for DdosSettingsProtectionMode.static final DdosSettingsProtectionModeDdosSettingsProtectionMode.VIRTUAL_NETWORK_INHERITEDStatic value VirtualNetworkInherited for DdosSettingsProtectionMode.Methods in com.azure.resourcemanager.network.models that return DdosSettingsProtectionModeModifier and TypeMethodDescriptionstatic DdosSettingsProtectionModeDdosSettingsProtectionMode.fromString(String name) Creates or finds a DdosSettingsProtectionMode from its string representation.DdosSettings.protectionMode()Get the protectionMode property: The DDoS protection mode of the public IP.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DdosSettingsProtectionModeModifier and TypeMethodDescriptionstatic Collection<DdosSettingsProtectionMode> DdosSettingsProtectionMode.values()Gets known DdosSettingsProtectionMode values.Methods in com.azure.resourcemanager.network.models with parameters of type DdosSettingsProtectionModeModifier and TypeMethodDescriptionDdosSettings.withProtectionMode(DdosSettingsProtectionMode protectionMode) Set the protectionMode property: The DDoS protection mode of the public IP.