Uses of Class
com.microsoft.azure.management.network.DdosCustomPolicyProtocol
Packages that use DdosCustomPolicyProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of DdosCustomPolicyProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as DdosCustomPolicyProtocolModifier and TypeFieldDescriptionstatic final DdosCustomPolicyProtocol
DdosCustomPolicyProtocol.SYN
Static value Syn for DdosCustomPolicyProtocol.static final DdosCustomPolicyProtocol
DdosCustomPolicyProtocol.TCP
Static value Tcp for DdosCustomPolicyProtocol.static final DdosCustomPolicyProtocol
DdosCustomPolicyProtocol.UDP
Static value Udp for DdosCustomPolicyProtocol.Methods in com.microsoft.azure.management.network that return DdosCustomPolicyProtocolModifier and TypeMethodDescriptionstatic DdosCustomPolicyProtocol
DdosCustomPolicyProtocol.fromString
(String name) Creates or finds a DdosCustomPolicyProtocol from its string representation.ProtocolCustomSettingsFormat.protocol()
Get the protocol for which the DDoS protection policy is being customized.Methods in com.microsoft.azure.management.network that return types with arguments of type DdosCustomPolicyProtocolModifier and TypeMethodDescriptionstatic Collection<DdosCustomPolicyProtocol>
DdosCustomPolicyProtocol.values()
Methods in com.microsoft.azure.management.network with parameters of type DdosCustomPolicyProtocolModifier and TypeMethodDescriptionProtocolCustomSettingsFormat.withProtocol
(DdosCustomPolicyProtocol protocol) Set the protocol for which the DDoS protection policy is being customized.