Share via


PacketCaptureResultPropertiesOutput interface

The properties of a packet capture session.

Extends

Properties

provisioningState

The provisioning state of the packet capture session.

Inherited Properties

bytesToCapturePerPacket

Number of bytes captured per packet, the remaining bytes are truncated.

filters

A list of packet capture filters.

scope

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

storageLocation

The storage location for a packet capture session.

target

The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.

targetType

Target type of the resource provided.

timeLimitInSeconds

Maximum duration of the capture session in seconds.

totalBytesPerSession

Maximum size of the capture output.

Property Details

provisioningState

The provisioning state of the packet capture session.

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

Property Value

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

Inherited Property Details

bytesToCapturePerPacket

Number of bytes captured per packet, the remaining bytes are truncated.

bytesToCapturePerPacket?: number

Property Value

number

Inherited From PacketCaptureParametersOutput.bytesToCapturePerPacket

filters

A list of packet capture filters.

filters?: PacketCaptureFilterOutput[]

Property Value

Inherited From PacketCaptureParametersOutput.filters

scope

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

scope?: PacketCaptureMachineScopeOutput

Property Value

Inherited From PacketCaptureParametersOutput.scope

storageLocation

The storage location for a packet capture session.

storageLocation: PacketCaptureStorageLocationOutput

Property Value

Inherited From PacketCaptureParametersOutput.storageLocation

target

The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.

target: string

Property Value

string

Inherited From PacketCaptureParametersOutput.target

targetType

Target type of the resource provided.

targetType?: "AzureVM" | "AzureVMSS"

Property Value

"AzureVM" | "AzureVMSS"

Inherited From PacketCaptureParametersOutput.targetType

timeLimitInSeconds

Maximum duration of the capture session in seconds.

timeLimitInSeconds?: number

Property Value

number

Inherited From PacketCaptureParametersOutput.timeLimitInSeconds

totalBytesPerSession

Maximum size of the capture output.

totalBytesPerSession?: number

Property Value

number

Inherited From PacketCaptureParametersOutput.totalBytesPerSession