Język

DdosCustomPolicyProtocol Struct

Definition

Caution

This struct is obsolete and will be removed in a future release

Compatibility declaration for the DdosCustomPolicyProtocol type.

[System.Obsolete("This struct is obsolete and will be removed in a future release", false)]
public readonly struct DdosCustomPolicyProtocol : IEquatable<Azure.ResourceManager.Network.Models.DdosCustomPolicyProtocol>
[<System.Obsolete("This struct is obsolete and will be removed in a future release", false)>]
type DdosCustomPolicyProtocol = struct
Public Structure DdosCustomPolicyProtocol
Implements IEquatable(Of DdosCustomPolicyProtocol)
Inheritance
DdosCustomPolicyProtocol
Attributes
Implements

Constructors

Name Description
DdosCustomPolicyProtocol(String)

Initializes a new instance of DdosCustomPolicyProtocol.

Properties

Name Description
Syn

Invokes the DdosCustomPolicyProtocol compatibility operation.

Tcp

Tcp.

TcpSyn

TcpSyn.

Udp

Udp.

Methods

Name Description
Equals(DdosCustomPolicyProtocol)

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

Determines if two DdosCustomPolicyProtocol values are the same.

Implicit(String to DdosCustomPolicyProtocol)

Converts a string to a DdosCustomPolicyProtocol.

Implicit(String to Nullable<DdosCustomPolicyProtocol>)
Inequality(DdosCustomPolicyProtocol, DdosCustomPolicyProtocol)

Determines if two DdosCustomPolicyProtocol values are not the same.

Applies to