FirewallPacketCaptureContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compatibility declaration for the FirewallPacketCaptureContent type.
public class FirewallPacketCaptureContent : Azure.ResourceManager.Network.Models.NetworkSubResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPacketCaptureContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPacketCaptureContent>
type FirewallPacketCaptureContent = class
inherit NetworkSubResource
interface IJsonModel<FirewallPacketCaptureContent>
interface IPersistableModel<FirewallPacketCaptureContent>
Public Class FirewallPacketCaptureContent
Inherits NetworkSubResource
Implements IJsonModel(Of FirewallPacketCaptureContent), IPersistableModel(Of FirewallPacketCaptureContent)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| FirewallPacketCaptureContent() |
Initializes a new instance of FirewallPacketCaptureContent. |
Properties
| Name | Description |
|---|---|
| DurationInSeconds |
Duration of packet capture in seconds. If the field is not provided, the default value is 60. |
| FileName |
Name of file to be uploaded to sasURL. |
| Filters |
Rules to filter packet captures. |
| Flags |
The tcp-flag type to be captured. Used with protocol TCP. |
| Id |
Resource ID. (Inherited from NetworkSubResource) |
| NumberOfPacketsToCapture |
Number of packets to be captured. If the field is not provided, the default value is 1000. |
| Operation |
The packet capture operation to perform. If the Start operation is selected, please provide all the fields in the firewallPacketCaptureParameters to successfully initiate the packet capture. If the Status or Stop operation is selected, only the operation field is required; all other fields in the firewallPacketCaptureParameters can be omitted to successfully retrieve the capture status or stop the capture. |
| Protocol |
The protocol of packets to capture. |
| SasUri |
Upload capture location. |