Uses of Class
com.azure.resourcemanager.network.models.ProtocolCustomSettingsFormat
-
Packages that use ProtocolCustomSettingsFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ProtocolCustomSettingsFormat Modifier and Type Method Description List<ProtocolCustomSettingsFormat>DdosCustomPolicyInner. protocolCustomSettings()Get the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters.List<ProtocolCustomSettingsFormat>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 ProtocolCustomSettingsFormat Modifier and Type Method Description DdosCustomPolicyInnerDdosCustomPolicyInner. withProtocolCustomSettings(List<ProtocolCustomSettingsFormat> protocolCustomSettings)Set the protocolCustomSettings property: The protocol-specific DDoS policy customization parameters.DdosCustomPolicyPropertiesFormatDdosCustomPolicyPropertiesFormat. 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 ProtocolCustomSettingsFormat Modifier and Type Method Description ProtocolCustomSettingsFormatProtocolCustomSettingsFormat. withProtocol(DdosCustomPolicyProtocol protocol)Set the protocol property: The protocol for which the DDoS protection policy is being customized.ProtocolCustomSettingsFormatProtocolCustomSettingsFormat. withSourceRateOverride(String sourceRateOverride)Set the sourceRateOverride property: The customized DDoS protection source rate.ProtocolCustomSettingsFormatProtocolCustomSettingsFormat. withTriggerRateOverride(String triggerRateOverride)Set the triggerRateOverride property: The customized DDoS protection trigger rate.ProtocolCustomSettingsFormatProtocolCustomSettingsFormat. withTriggerSensitivityOverride(DdosCustomPolicyTriggerSensitivityOverride triggerSensitivityOverride)Set the triggerSensitivityOverride property: The customized DDoS protection trigger rate sensitivity degrees.
-