IPFlowProtocol Struct

Definition

Compatibility declaration for the IPFlowProtocol type.

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

Constructors

Name Description
IPFlowProtocol(String)

Initializes a new instance of IPFlowProtocol.

Properties

Name Description
Tcp

Gets or sets the Tcp compatibility property.

TCP

TCP.

Udp

Gets or sets the Udp compatibility property.

UDP

UDP.

Methods

Name Description
Equals(IPFlowProtocol)

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

Determines if two IPFlowProtocol values are the same.

Implicit(String to IPFlowProtocol)

Converts a string to a IPFlowProtocol.

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

Determines if two IPFlowProtocol values are not the same.

Applies to