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

IWithCreateAndStoragePath 接口

定义

public interface IWithCreateAndStoragePath : Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>
type IWithCreateAndStoragePath = interface
    interface IWithCreate
    interface ICreatable<IPacketCapture>
    interface IIndexable
Public Interface IWithCreateAndStoragePath
Implements ICreatable(Of IPacketCapture), IWithCreate
派生
实现

属性

Key (继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
DefinePacketCaptureFilter()

开始数据包捕获筛选器的定义。

(继承自 IWithCreate)
WithBytesToCapturePerPacket(Int32)

设置每个数据包捕获的字节数,其余字节将被截断。

(继承自 IWithCreate)
WithStoragePath(String)

用于保存数据包捕获的存储路径的 URI。 必须是格式正确的 URI,用于描述保存数据包捕获的位置。

WithTimeLimitInSeconds(Int32)

设置捕获会话的最大持续时间(以秒为单位)。

(继承自 IWithCreate)
WithTotalBytesPerSession(Int32)

设置捕获输出的最大大小。

(继承自 IWithCreate)

适用于