Share via


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

IPacketCaptures 接口

定义

数据包的入口点捕获 Azure 中的管理 API。

public interface IPacketCaptures : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithTarget>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IPacketCapturesOperations>
type IPacketCaptures = interface
    interface IBeta
    interface ISupportsCreating<IWithTarget>
    interface ISupportsListing<IPacketCapture>
    interface ISupportsGettingByNameAsync<IPacketCapture>
    interface ISupportsGettingByName<IPacketCapture>
    interface ISupportsDeletingByName
    interface IHasInner<IPacketCapturesOperations>
Public Interface IPacketCaptures
Implements IBeta, IHasInner(Of IPacketCapturesOperations), ISupportsCreating(Of IWithTarget), ISupportsDeletingByName, ISupportsGettingByName(Of IPacketCapture), ISupportsGettingByNameAsync(Of IPacketCapture), ISupportsListing(Of IPacketCapture)
实现

属性

Inner

数据包的入口点捕获 Azure 中的管理 API。

(继承自 IHasInner<T>)

方法

Define(String)

数据包的入口点捕获 Azure 中的管理 API。

(继承自 ISupportsCreating<T>)
DeleteByName(String)

从 Azure 中删除资源,并按资源名称标识该资源。

(继承自 ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

从 Azure 异步删除资源,并按资源名称标识该资源。

(继承自 ISupportsDeletingByName)
GetByName(String)

根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)

适用于