| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureQueryStatusResultInner |
PacketCapturesClient.getStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Query the status of a running packet capture session.
|
PacketCaptureQueryStatusResultInner |
PacketCapturesClient.getStatus(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
com.azure.core.util.Context context)
Query the status of a running packet capture session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withCaptureStartTime(OffsetDateTime captureStartTime)
Set the captureStartTime property: The start time of the packet capture session.
|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withId(String id)
Set the id property: The ID of the packet capture resource.
|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withName(String name)
Set the name property: The name of the packet capture resource.
|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withPacketCaptureError(List<PcError> packetCaptureError)
Set the packetCaptureError property: List of errors of packet capture session.
|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withPacketCaptureStatus(PcStatus packetCaptureStatus)
Set the packetCaptureStatus property: The status of the packet capture session.
|
PacketCaptureQueryStatusResultInner |
PacketCaptureQueryStatusResultInner.withStopReason(String stopReason)
Set the stopReason property: The reason the current packet capture session was stopped.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.