次の方法で共有


IPacketCapture インターフェイス

定義

Network Watcherに関連付けられたパケット キャプチャ オブジェクトのクライアント側表現。

public interface IPacketCapture : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureResultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IPacketCapture = interface
    interface IBeta
    interface IHasInner<PacketCaptureResultInner>
    interface IHasName
    interface IHasId
    interface IIndexable
Public Interface IPacketCapture
Implements IBeta, IHasId, IHasInner(Of PacketCaptureResultInner), IHasName, IIndexable
実装

プロパティ

BytesToCapturePerPacket

パケットごとにキャプチャされたバイト数を取得します。残りのバイトは切り捨てられます。

Filters

フィルター値を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Network Watcherに関連付けられたパケット キャプチャ オブジェクトのクライアント側表現。

(継承元 IHasInner<T>)
Key

Network Watcherに関連付けられたパケット キャプチャ オブジェクトのクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
ProvisioningState

パケット キャプチャ セッションのプロビジョニング状態を取得します。

StorageLocation

storageLocation 値を取得します。

TargetId

ターゲット ID 値を取得します。

TimeLimitInSeconds

キャプチャ セッションの最大期間を秒単位で取得します。

TotalBytesPerSession

キャプチャ出力の最大サイズを取得します。

メソッド

GetStatus()

実行中のパケット キャプチャ セッションの状態を照会します。

GetStatusAsync(CancellationToken)

実行中のパケット キャプチャ セッションの状態を非同期的に照会します。

Stop()

指定されたパケット キャプチャ セッションを停止します。

StopAsync(CancellationToken)

指定されたパケット キャプチャ セッションを非同期的に停止します。

適用対象