你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DdosDetectionMode Struct

Definition

The detection mode for the DDoS detection rule.

public readonly struct DdosDetectionMode : IEquatable<Azure.ResourceManager.Network.Models.DdosDetectionMode>
type DdosDetectionMode = struct
Public Structure DdosDetectionMode
Implements IEquatable(Of DdosDetectionMode)
Inheritance
DdosDetectionMode
Implements

Constructors

Name Description
DdosDetectionMode(String)

Initializes a new instance of DdosDetectionMode.

Properties

Name Description
TrafficThreshold

TrafficThreshold.

Methods

Name Description
Equals(DdosDetectionMode)

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(DdosDetectionMode, DdosDetectionMode)

Determines if two DdosDetectionMode values are the same.

Implicit(String to DdosDetectionMode)

Converts a String to a DdosDetectionMode.

Inequality(DdosDetectionMode, DdosDetectionMode)

Determines if two DdosDetectionMode values are not the same.

Applies to