你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PacketCaptureStorageLocation 类

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

public class PacketCaptureStorageLocation

描述数据包捕获会话的存储位置。

方法摘要

修饰符和类型 方法和描述
String filePath()

获取 filePath 值。

String storageId()

获取 storageId 值。

String storagePath()

获取 storagePath 值。

PacketCaptureStorageLocation withFilePath(String filePath)

设置 filePath 值。

PacketCaptureStorageLocation withStorageId(String storageId)

设置 storageId 值。

PacketCaptureStorageLocation withStoragePath(String storagePath)

设置 storagePath 值。

方法详细信息

filePath

public String filePath()

获取 filePath 值。

返回:

filePath 值

storageId

public String storageId()

获取 storageId 值。

返回:

storageId 值

storagePath

public String storagePath()

获取 storagePath 值。

返回:

storagePath 值

withFilePath

public PacketCaptureStorageLocation withFilePath(String filePath)

设置 filePath 值。

参数:

filePath - 要设置的 filePath 值

返回:

PacketCaptureStorageLocation 对象本身。

withStorageId

public PacketCaptureStorageLocation withStorageId(String storageId)

设置 storageId 值。

参数:

storageId - 要设置的 storageId 值

返回:

PacketCaptureStorageLocation 对象本身。

withStoragePath

public PacketCaptureStorageLocation withStoragePath(String storagePath)

设置 storagePath 值。

参数:

storagePath - 要设置的 storagePath 值

返回:

PacketCaptureStorageLocation 对象本身。

适用于