DdosTrafficType 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 traffic type (one of Tcp, Udp, TcpSyn) that the detection rule will be applied upon.
public readonly struct DdosTrafficType : IEquatable<Azure.ResourceManager.Network.Models.DdosTrafficType>
type DdosTrafficType = struct
Public Structure DdosTrafficType
Implements IEquatable(Of DdosTrafficType)
- Inheritance
-
DdosTrafficType
- Implements
Constructors
| Name | Description |
|---|---|
| DdosTrafficType(String) |
Initializes a new instance of DdosTrafficType. |
Properties
| Name | Description |
|---|---|
| Tcp |
Tcp. |
| TcpSyn |
TcpSyn. |
| Udp |
Udp. |
Methods
| Name | Description |
|---|---|
| Equals(DdosTrafficType) |
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(DdosTrafficType, DdosTrafficType) |
Determines if two DdosTrafficType values are the same. |
| Implicit(String to DdosTrafficType) |
Converts a String to a DdosTrafficType. |
| Inequality(DdosTrafficType, DdosTrafficType) |
Determines if two DdosTrafficType values are not the same. |