Uses of Class
com.microsoft.azure.management.network.PacketCaptureStorageLocation
-
Packages that use PacketCaptureStorageLocation Package Description com.microsoft.azure.management.network 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 PacketCaptureStorageLocation Modifier and Type Method Description PacketCaptureStorageLocationPacketCapture. storageLocation()PacketCaptureStorageLocationPacketCaptureParameters. storageLocation()Get the storageLocation value.PacketCaptureStorageLocationPacketCaptureStorageLocation. withFilePath(String filePath)Set the filePath value.PacketCaptureStorageLocationPacketCaptureStorageLocation. withStorageId(String storageId)Set the storageId value.PacketCaptureStorageLocationPacketCaptureStorageLocation. withStoragePath(String storagePath)Set the storagePath value.Methods in com.microsoft.azure.management.network with parameters of type PacketCaptureStorageLocation Modifier and Type Method Description PacketCaptureParametersPacketCaptureParameters. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation value.
-