Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<PcProtocol> |
PcProtocol.values() |
Modifier and Type | Method and Description |
---|---|
PacketCaptureFilter |
PacketCaptureFilter.withProtocol(PcProtocol protocol)
Set the protocol value.
|
Copyright © 2019. All rights reserved.