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.
DDoS settings protection mode.
public readonly struct DdosSettingsProtectionMode : IEquatable<Azure.ResourceManager.Network.Models.DdosSettingsProtectionMode>
type DdosSettingsProtectionMode = struct
Public Structure DdosSettingsProtectionMode
Implements IEquatable(Of DdosSettingsProtectionMode)
- Inheritance
-
DdosSettingsProtectionMode
- Implements
Constructors
| Name | Description |
|---|---|
| DdosSettingsProtectionMode(String) |
Initializes a new instance of DdosSettingsProtectionMode. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
| VirtualNetworkInherited |
VirtualNetworkInherited. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(DdosSettingsProtectionMode, DdosSettingsProtectionMode) |
Compares two DdosSettingsProtectionMode values for equality. |
| Implicit(String to DdosSettingsProtectionMode) |
Converts a string to a DdosSettingsProtectionMode. |
| Inequality(DdosSettingsProtectionMode, DdosSettingsProtectionMode) |
Compares two DdosSettingsProtectionMode values for inequality. |