| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 property: Protocol to be verified on.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withProtocol(IpFlowProtocol protocol)
Set the protocol property: Protocol to be verified on.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.