| 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 |
|---|---|
PacketCaptureResultInner |
PacketCapturesClient.create(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters)
Create and start a packet capture on the specified VM.
|
PacketCaptureResultInner |
PacketCapturesClient.create(String resourceGroupName,
String networkWatcherName,
String packetCaptureName,
PacketCaptureInner parameters,
com.azure.core.util.Context context)
Create and start a packet capture on the specified VM.
|
PacketCaptureResultInner |
PacketCapturesClient.get(String resourceGroupName,
String networkWatcherName,
String packetCaptureName)
Gets a packet capture session by name.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureResultInner |
PacketCaptureResultInner.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)
Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withFilters(List<PacketCaptureFilter> filters)
Set the filters property: A list of packet capture filters.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation property: The storage location for a packet capture session.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withTarget(String target)
Set the target property: The ID of the targeted resource, only VM is currently supported.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withTimeLimitInSeconds(Integer timeLimitInSeconds)
Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withTotalBytesPerSession(Integer totalBytesPerSession)
Set the totalBytesPerSession property: Maximum size of the capture output.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.