Uses of Class
com.microsoft.azure.management.network.PacketCaptureStorageLocation
Packages that use PacketCaptureStorageLocation
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PacketCaptureStorageLocation in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PacketCaptureStorageLocationModifier and TypeMethodDescriptionPacketCapture.storageLocation()
PacketCaptureParameters.storageLocation()
Get the storage location for a packet capture session.PacketCaptureStorageLocation.withFilePath
(String filePath) Set a valid local path on the targeting VM.PacketCaptureStorageLocation.withStorageId
(String storageId) Set the ID of the storage account to save the packet capture session.PacketCaptureStorageLocation.withStoragePath
(String storagePath) Set the URI of the storage path to save the packet capture.Methods in com.microsoft.azure.management.network with parameters of type PacketCaptureStorageLocationModifier and TypeMethodDescriptionPacketCaptureParameters.withStorageLocation
(PacketCaptureStorageLocation storageLocation) Set the storage location for a packet capture session.