Class PacketCaptureState
Inherited Members
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PacketCaptureState : ResourceArgs
Constructors
View SourcePacketCaptureState()
Declaration
public PacketCaptureState()
Properties
View SourceFilters
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |