public static interface PacketCapture.DefinitionStages.WithCreateAndStoragePath extends PacketCapture.DefinitionStages.WithCreate
| Modifier and Type | Method and Description |
|---|---|
PacketCapture.DefinitionStages.WithCreate |
withStoragePath(String storagePath)
The URI of the storage path to save the packet capture.
|
definePacketCaptureFilter, withBytesToCapturePerPacket, withTimeLimitInSeconds, withTotalBytesPerSessioncreate, createAsync, createAsyncPacketCapture.DefinitionStages.WithCreate withStoragePath(String storagePath)
storagePath - The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/