IpFlowProtocol Class

Definition

Defines values for IpFlowProtocol.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol>))]
public class IpFlowProtocol : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol>))>]
type IpFlowProtocol = class
    inherit ExpandableStringEnum<IpFlowProtocol>
Public Class IpFlowProtocol
Inherits ExpandableStringEnum(Of IpFlowProtocol)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

IpFlowProtocol()

Fields

TCP
UDP

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to