FirewallPacketCaptureContent.Operation Property
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.
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.
public Azure.ResourceManager.Network.Models.AzureFirewallPacketCaptureOperationType? Operation { get; set; }
member this.Operation : Nullable<Azure.ResourceManager.Network.Models.AzureFirewallPacketCaptureOperationType> with get, set
Public Property Operation As Nullable(Of AzureFirewallPacketCaptureOperationType)