次の方法で共有


PacketCaptureResultInner クラス

定義

パケット キャプチャ セッションに関する情報。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PacketCaptureResultInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PacketCaptureResultInner = class
Public Class PacketCaptureResultInner
継承
PacketCaptureResultInner
属性

コンストラクター

PacketCaptureResultInner()

PacketCaptureResultInner クラスの新しいインスタンスを初期化します。

PacketCaptureResultInner(String, PacketCaptureStorageLocation, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>, ProvisioningState)

PacketCaptureResultInner クラスの新しいインスタンスを初期化します。

プロパティ

BytesToCapturePerPacket

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

Etag

リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。

Filters

パケット キャプチャ フィルターの一覧を取得または設定します。

Id

パケット キャプチャ操作の ID を取得します。

Name

パケット キャプチャ セッションの名前を取得します。

ProvisioningState

パケット キャプチャ セッションのプロビジョニング状態を取得します。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

StorageLocation

パケット キャプチャ セッションの保存場所を示す値を取得または設定します。

Target

ターゲット リソースの ID を取得または設定します。現在サポートされているのは VM のみです。

TimeLimitInSeconds

キャプチャ セッションの最大継続時間を秒単位で取得または設定します。

TotalBytesPerSession

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

メソッド

Validate()

オブジェクトを検証します。

適用対象