### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PacketCapture"
fullName: "com.microsoft.azure.management.network.PacketCapture"
name: "PacketCapture"
nameWithType: "PacketCapture"
summary: "Client-side representation of Packet capture object, associated with Network Watcher."
syntax: "public interface **PacketCapture** extends <>, , , "
methods:
- uid: "com.microsoft.azure.management.network.PacketCapture.bytesToCapturePerPacket()"
fullName: "com.microsoft.azure.management.network.PacketCapture.bytesToCapturePerPacket()"
name: "bytesToCapturePerPacket()"
nameWithType: "PacketCapture.bytesToCapturePerPacket()"
modifiers:
- "abstract"
syntax: "public abstract int bytesToCapturePerPacket()"
returns:
description: "the number of bytes captured per packet, the remaining bytes are truncated."
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.filters()"
fullName: "com.microsoft.azure.management.network.PacketCapture.filters()"
name: "filters()"
nameWithType: "PacketCapture.filters()"
modifiers:
- "abstract"
syntax: "public abstract List filters()"
returns:
description: "the filters value"
type: "<>"
- uid: "com.microsoft.azure.management.network.PacketCapture.getStatus()"
fullName: "com.microsoft.azure.management.network.PacketCapture.getStatus()"
name: "getStatus()"
nameWithType: "PacketCapture.getStatus()"
summary: "Query the status of a running packet capture session."
modifiers:
- "abstract"
syntax: "public abstract PacketCaptureStatus getStatus()"
desc: "Query the status of a running packet capture session."
returns:
description: "packet capture status"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.getStatusAsync()"
fullName: "com.microsoft.azure.management.network.PacketCapture.getStatusAsync()"
name: "getStatusAsync()"
nameWithType: "PacketCapture.getStatusAsync()"
summary: "Query the status of a running packet capture session asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Observable getStatusAsync()"
desc: "Query the status of a running packet capture session asynchronously."
returns:
description: "packet capture status"
type: "<>"
- uid: "com.microsoft.azure.management.network.PacketCapture.provisioningState()"
fullName: "com.microsoft.azure.management.network.PacketCapture.provisioningState()"
name: "provisioningState()"
nameWithType: "PacketCapture.provisioningState()"
summary: "Get the provisioning state of the packet capture session."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Get the provisioning state of the packet capture session."
returns:
description: "the provisioningState value"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.stop()"
fullName: "com.microsoft.azure.management.network.PacketCapture.stop()"
name: "stop()"
nameWithType: "PacketCapture.stop()"
summary: "Stops a specified packet capture session."
modifiers:
- "abstract"
syntax: "public abstract void stop()"
desc: "Stops a specified packet capture session."
- uid: "com.microsoft.azure.management.network.PacketCapture.stopAsync()"
fullName: "com.microsoft.azure.management.network.PacketCapture.stopAsync()"
name: "stopAsync()"
nameWithType: "PacketCapture.stopAsync()"
summary: "Stops a specified packet capture session asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable stopAsync()"
desc: "Stops a specified packet capture session asynchronously."
returns:
description: "the handle to the REST call"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.storageLocation()"
fullName: "com.microsoft.azure.management.network.PacketCapture.storageLocation()"
name: "storageLocation()"
nameWithType: "PacketCapture.storageLocation()"
modifiers:
- "abstract"
syntax: "public abstract PacketCaptureStorageLocation storageLocation()"
returns:
description: "the storageLocation value"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.targetId()"
fullName: "com.microsoft.azure.management.network.PacketCapture.targetId()"
name: "targetId()"
nameWithType: "PacketCapture.targetId()"
modifiers:
- "abstract"
syntax: "public abstract String targetId()"
returns:
description: "the target id value"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.timeLimitInSeconds()"
fullName: "com.microsoft.azure.management.network.PacketCapture.timeLimitInSeconds()"
name: "timeLimitInSeconds()"
nameWithType: "PacketCapture.timeLimitInSeconds()"
modifiers:
- "abstract"
syntax: "public abstract int timeLimitInSeconds()"
returns:
description: "the maximum duration of the capture session in seconds"
type: ""
- uid: "com.microsoft.azure.management.network.PacketCapture.totalBytesPerSession()"
fullName: "com.microsoft.azure.management.network.PacketCapture.totalBytesPerSession()"
name: "totalBytesPerSession()"
nameWithType: "PacketCapture.totalBytesPerSession()"
modifiers:
- "abstract"
syntax: "public abstract int totalBytesPerSession()"
returns:
description: "the maximum size of the capture output"
type: ""
type: "interface"
desc: "Client-side representation of Packet capture object, associated with Network Watcher."
implements:
- ""
- ""
- "<>"
- ""
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4