| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PcProtocol |
PcProtocol.ANY
Static value Any for PcProtocol.
|
static PcProtocol |
PcProtocol.TCP
Static value TCP for PcProtocol.
|
static PcProtocol |
PcProtocol.UDP
Static value UDP for PcProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static PcProtocol |
PcProtocol.fromString(String name)
Creates or finds a PcProtocol from its string representation.
|
PcProtocol |
PCFilter.protocol() |
PcProtocol |
PacketCaptureFilter.protocol()
Get the protocol property: Protocol to be filtered on.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureFilter |
PacketCaptureFilter.withProtocol(PcProtocol protocol)
Set the protocol property: Protocol to be filtered on.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.