Show / Hide Table of Contents

Class PacketCaptureState

Inheritance
System.Object
InputArgs
ResourceArgs
PacketCaptureState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PacketCaptureState : ResourceArgs

Constructors

View Source

PacketCaptureState()

Declaration
public PacketCaptureState()

Properties

View Source

Filters

One or more filter blocks as defined below. Changing this forces a new resource to be created.

Declaration
public InputList<PacketCaptureFilterGetArgs> Filters { get; set; }
Property Value
Type Description
InputList<PacketCaptureFilterGetArgs>
View Source

MaximumBytesPerPacket

The number of bytes captured per packet. The remaining bytes are truncated. Defaults to 0 (Entire Packet Captured). Changing this forces a new resource to be created.

Declaration
public Input<int> MaximumBytesPerPacket { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaximumBytesPerSession

Maximum size of the capture in Bytes. Defaults to 1073741824 (1GB). Changing this forces a new resource to be created.

Declaration
public Input<int> MaximumBytesPerSession { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaximumCaptureDuration

The maximum duration of the capture session in seconds. Defaults to 18000 (5 hours). Changing this forces a new resource to be created.

Declaration
public Input<int> MaximumCaptureDuration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The name to use for this Packet Capture. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NetworkWatcherName

The name of the Network Watcher. Changing this forces a new resource to be created.

Declaration
public Input<string> NetworkWatcherName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which the Network Watcher exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageLocation

A storage_location block as defined below. Changing this forces a new resource to be created.

Declaration
public Input<PacketCaptureStorageLocationGetArgs> StorageLocation { get; set; }
Property Value
Type Description
Input<PacketCaptureStorageLocationGetArgs>
View Source

TargetResourceId

The ID of the Resource to capture packets from. Changing this forces a new resource to be created.

Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.