다음을 통해 공유


PacketCaptureResultPropertiesOutput interface

패킷 캡처 세션의 속성입니다.

Extends

속성

provisioningState

패킷 캡처 세션의 프로비전 상태입니다.

상속된 속성

bytesToCapturePerPacket

패킷당 캡처된 바이트 수이며 나머지 바이트는 잘립니다.

filters

패킷 캡처 필터 목록입니다.

scope

패킷 캡처를 실행하기 위해 포함하거나 제외할 수 있는 AzureVMSS 인스턴스 목록입니다. 포함된 항목과 제외된 항목이 모두 비어 있으면 패킷 캡처가 AzureVMSS의 모든 인스턴스에서 실행됩니다.

storageLocation

패킷 캡처 세션의 스토리지 위치입니다.

target

대상 리소스의 ID는 현재 대상 유형인 AzureVM 및 AzureVMSS만 지원됩니다.

targetType

제공된 리소스의 대상 유형입니다.

timeLimitInSeconds

캡처 세션의 최대 기간(초)입니다.

totalBytesPerSession

캡처 출력의 최대 크기입니다.

속성 세부 정보

provisioningState

패킷 캡처 세션의 프로비전 상태입니다.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

속성 값

"Succeeded" | "Updating" | "Deleting" | "Failed"

상속된 속성 세부 정보

bytesToCapturePerPacket

패킷당 캡처된 바이트 수이며 나머지 바이트는 잘립니다.

bytesToCapturePerPacket?: number

속성 값

number

PacketCaptureParametersOutput.bytesToCapturePerPacket 상속된

filters

패킷 캡처 필터 목록입니다.

filters?: PacketCaptureFilterOutput[]

속성 값

PacketCaptureParametersOutput.filters 상속된

scope

패킷 캡처를 실행하기 위해 포함하거나 제외할 수 있는 AzureVMSS 인스턴스 목록입니다. 포함된 항목과 제외된 항목이 모두 비어 있으면 패킷 캡처가 AzureVMSS의 모든 인스턴스에서 실행됩니다.

scope?: PacketCaptureMachineScopeOutput

속성 값

PacketCaptureParametersOutput.scope 상속된

storageLocation

패킷 캡처 세션의 스토리지 위치입니다.

storageLocation: PacketCaptureStorageLocationOutput

속성 값

PacketCaptureParametersOutput.storageLocation 상속된

target

대상 리소스의 ID는 현재 대상 유형인 AzureVM 및 AzureVMSS만 지원됩니다.

target: string

속성 값

string

PacketCaptureParametersOutput.target 상속된

targetType

제공된 리소스의 대상 유형입니다.

targetType?: "AzureVM" | "AzureVMSS"

속성 값

"AzureVM" | "AzureVMSS"

PacketCaptureParametersOutput.targetType 상속된

timeLimitInSeconds

캡처 세션의 최대 기간(초)입니다.

timeLimitInSeconds?: number

속성 값

number

PacketCaptureParametersOutput.timeLimitInSeconds 상속된

totalBytesPerSession

캡처 출력의 최대 크기입니다.

totalBytesPerSession?: number

속성 값

number

PacketCaptureParametersOutput.totalBytesPerSession 상속된