| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PcStatus |
PacketCaptureQueryStatusResultInner.packetCaptureStatus()
Get the packetCaptureStatus property: The status of the packet capture session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withPacketCaptureStatus(PcStatus packetCaptureStatus)
Set the packetCaptureStatus property: The status of the packet capture session.
|
| Modifier and Type | Field and Description |
|---|---|
static PcStatus |
PcStatus.ERROR
Static value Error for PcStatus.
|
static PcStatus |
PcStatus.NOT_STARTED
Static value NotStarted for PcStatus.
|
static PcStatus |
PcStatus.RUNNING
Static value Running for PcStatus.
|
static PcStatus |
PcStatus.STOPPED
Static value Stopped for PcStatus.
|
static PcStatus |
PcStatus.UNKNOWN
Static value Unknown for PcStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static PcStatus |
PcStatus.fromString(String name)
Creates or finds a PcStatus from its string representation.
|
PcStatus |
PacketCaptureStatus.packetCaptureStatus()
Get the status of the packet capture session.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.