ArmNetworkModelFactory.DdosSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.DdosSettings DdosSettings(Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode? protectionMode = default, Azure.Core.ResourceIdentifier ddosCustomPolicyId = default, Azure.Core.ResourceIdentifier ddosProtectionPlanId = default);
static member DdosSettings : Nullable<Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.DdosSettings
Public Shared Function DdosSettings (Optional protectionMode As Nullable(Of DdosSettingsProtectionMode) = Nothing, Optional ddosCustomPolicyId As ResourceIdentifier = Nothing, Optional ddosProtectionPlanId As ResourceIdentifier = Nothing) As DdosSettings
Parameters
- protectionMode
- Nullable<DdosSettingsProtectionMode>
The DDoS protection mode of the public IP.
- ddosCustomPolicyId
- ResourceIdentifier
Resource ID.
- ddosProtectionPlanId
- ResourceIdentifier
Resource ID.
Returns
A new DdosSettings instance for mocking.