| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IpFlowProtocol |
IpFlowProtocol.TCP
Static value TCP for IpFlowProtocol.
|
static IpFlowProtocol |
IpFlowProtocol.UDP
Static value UDP for IpFlowProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static IpFlowProtocol |
IpFlowProtocol.fromString(String name)
Creates or finds a IpFlowProtocol from its string representation.
|
IpFlowProtocol |
VerificationIPFlowParameters.protocol()
Get the protocol value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IpFlowProtocol> |
IpFlowProtocol.values() |
| Modifier and Type | Method and Description |
|---|---|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withProtocol(IpFlowProtocol protocol)
Set the protocol value.
|
Copyright © 2019. All rights reserved.