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

IWithStorageLocation 接口

定义

public interface IWithStorageLocation
type IWithStorageLocation = interface
Public Interface IWithStorageLocation
派生

方法

WithFilePath(String)

目标 VM 上的有效本地路径。 必须包括捕获文件的名称 (.cap) 。 对于 Linux 虚拟机,它必须以 /var/captures 开头。 如果未提供存储 ID,则为必需;否则为可选。

WithStorageAccountId(String)

用于保存数据包捕获会话的存储帐户的 ID。 如果未提供本地文件路径,则为必需。

适用于