public final class IpFlowProtocol extends com.azure.core.util.ExpandableStringEnum<IpFlowProtocol>
| Modifier and Type | Field and Description |
|---|---|
static IpFlowProtocol |
TCP
Static value TCP for IpFlowProtocol.
|
static IpFlowProtocol |
UDP
Static value UDP for IpFlowProtocol.
|
| Constructor and Description |
|---|
IpFlowProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static IpFlowProtocol |
fromString(String name)
Creates or finds a IpFlowProtocol from its string representation.
|
static Collection<IpFlowProtocol> |
values() |
public static final IpFlowProtocol TCP
public static final IpFlowProtocol UDP
public static IpFlowProtocol fromString(String name)
name - a name to look for.public static Collection<IpFlowProtocol> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.