PacketCaptureResultInner Class

Definition

Information about packet capture session.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PacketCaptureResultInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PacketCaptureResultInner = class
Public Class PacketCaptureResultInner
Inheritance
PacketCaptureResultInner
Attributes

Constructors

PacketCaptureResultInner()

Initializes a new instance of the PacketCaptureResultInner class.

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

Initializes a new instance of the PacketCaptureResultInner class.

Properties

BytesToCapturePerPacket

Gets or sets number of bytes captured per packet, the remaining bytes are truncated.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Filters

Gets or sets a list of packet capture filters.

Id

Gets ID of the packet capture operation.

Name

Gets name of the packet capture session.

ProvisioningState

Gets the provisioning state of the packet capture session. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

StorageLocation

Gets or sets describes the storage location for a packet capture session.

Target

Gets or sets the ID of the targeted resource, only VM is currently supported.

TimeLimitInSeconds

Gets or sets maximum duration of the capture session in seconds.

TotalBytesPerSession

Gets or sets maximum size of the capture output.

Methods

Validate()

Validate the object.

Applies to