Class PacketCaptureStorageLocation
- java.lang.Object
-
- com.microsoft.azure.management.network.PacketCaptureStorageLocation
-
public class PacketCaptureStorageLocation extends Object
Describes the storage location for a packet capture session.
-
-
Constructor Summary
Constructors Constructor Description PacketCaptureStorageLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfilePath()Get the filePath value.StringstorageId()Get the storageId value.StringstoragePath()Get the storagePath value.PacketCaptureStorageLocationwithFilePath(String filePath)Set the filePath value.PacketCaptureStorageLocationwithStorageId(String storageId)Set the storageId value.PacketCaptureStorageLocationwithStoragePath(String storagePath)Set the storagePath value.
-
-
-
Method Detail
-
storageId
public String storageId()
Get the storageId value.- Returns:
- the storageId value
-
withStorageId
public PacketCaptureStorageLocation withStorageId(String storageId)
Set the storageId value.- Parameters:
storageId- the storageId value to set- Returns:
- the PacketCaptureStorageLocation object itself.
-
storagePath
public String storagePath()
Get the storagePath value.- Returns:
- the storagePath value
-
withStoragePath
public PacketCaptureStorageLocation withStoragePath(String storagePath)
Set the storagePath value.- Parameters:
storagePath- the storagePath value to set- Returns:
- the PacketCaptureStorageLocation object itself.
-
filePath
public String filePath()
Get the filePath value.- Returns:
- the filePath value
-
withFilePath
public PacketCaptureStorageLocation withFilePath(String filePath)
Set the filePath value.- Parameters:
filePath- the filePath value to set- Returns:
- the PacketCaptureStorageLocation object itself.
-
-