DdosSettingsProtectionMode Struct
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.
The DDoS protection mode of the public IP.
public readonly struct DdosSettingsProtectionMode : IEquatable<Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode>
type DdosSettingsProtectionMode = struct
Public Structure DdosSettingsProtectionMode
Implements IEquatable(Of DdosSettingsProtectionMode)
- Inheritance
-
DdosSettingsProtectionMode
- Implements
Constructors
DdosSettingsProtectionMode(String) |
Initializes a new instance of DdosSettingsProtectionMode. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
VirtualNetworkInherited |
VirtualNetworkInherited. |
Methods
Equals(DdosSettingsProtectionMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DdosSettingsProtectionMode, DdosSettingsProtectionMode) |
Determines if two DdosSettingsProtectionMode values are the same. |
Implicit(String to DdosSettingsProtectionMode) |
Converts a string to a DdosSettingsProtectionMode. |
Inequality(DdosSettingsProtectionMode, DdosSettingsProtectionMode) |
Determines if two DdosSettingsProtectionMode values are not the same. |
Applies to
Azure SDK for .NET