Uses of Class
com.azure.resourcemanager.network.models.ProtocolCustomSettingsFormat
Packages that use ProtocolCustomSettingsFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ProtocolCustomSettingsFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ProtocolCustomSettingsFormatModifier and TypeMethodDescriptionDdosCustomPolicyInner.protocolCustomSettings()Get the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters.DdosCustomPolicyPropertiesFormat.protocolCustomSettings()Get the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ProtocolCustomSettingsFormatModifier and TypeMethodDescriptionDdosCustomPolicyInner.withProtocolCustomSettings(List<ProtocolCustomSettingsFormat> protocolCustomSettings) Set the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters.DdosCustomPolicyPropertiesFormat.withProtocolCustomSettings(List<ProtocolCustomSettingsFormat> protocolCustomSettings) Set the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters. -
Uses of ProtocolCustomSettingsFormat in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ProtocolCustomSettingsFormatModifier and TypeMethodDescriptionProtocolCustomSettingsFormat.withProtocol(DdosCustomPolicyProtocol protocol) Set the protocol property: The protocol for which the DDoS protection policy is being customized.ProtocolCustomSettingsFormat.withSourceRateOverride(String sourceRateOverride) Set the sourceRateOverride property: The customized DDoS protection source rate.ProtocolCustomSettingsFormat.withTriggerRateOverride(String triggerRateOverride) Set the triggerRateOverride property: The customized DDoS protection trigger rate.ProtocolCustomSettingsFormat.withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride) Set the triggerSensitivityOverride property: The customized DDoS protection trigger rate sensitivity degrees.