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.
DDoS traffic type.
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. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DdosTrafficType, DdosTrafficType) |
Compares two DdosTrafficType values for equality. |
| Implicit(String to DdosTrafficType) |
Converts a string to a DdosTrafficType. |
| Inequality(DdosTrafficType, DdosTrafficType) |
Compares two DdosTrafficType values for inequality. |