PacketCaptureStorageLocation Class

  • java.lang.Object
    • com.microsoft.azure.management.network.PacketCaptureStorageLocation

public class PacketCaptureStorageLocation

Describes the storage location for a packet capture session.

Method Summary

Modifier and Type Method and Description
String filePath()

Get the filePath value.

String storageId()

Get the storageId value.

String storagePath()

Get the storagePath value.

PacketCaptureStorageLocation withFilePath(String filePath)

Set the filePath value.

PacketCaptureStorageLocation withStorageId(String storageId)

Set the storageId value.

PacketCaptureStorageLocation withStoragePath(String storagePath)

Set the storagePath value.

Method Details

filePath

public String filePath()

Get the filePath value.

Returns:

the filePath value

storageId

public String storageId()

Get the storageId value.

Returns:

the storageId value

storagePath

public String storagePath()

Get the storagePath value.

Returns:

the storagePath value

withFilePath

public PacketCaptureStorageLocation withFilePath(String filePath)

Set the filePath value.

Parameters:

filePath - the filePath value to set

Returns:

the PacketCaptureStorageLocation object itself.

withStorageId

public PacketCaptureStorageLocation withStorageId(String storageId)

Set the storageId value.

Parameters:

storageId - the storageId value to set

Returns:

the PacketCaptureStorageLocation object itself.

withStoragePath

public PacketCaptureStorageLocation withStoragePath(String storagePath)

Set the storagePath value.

Parameters:

storagePath - the storagePath value to set

Returns:

the PacketCaptureStorageLocation object itself.

Applies to