AzureFirewallPacketCaptureFlagsType Struct
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 flags type to be captured.
public readonly struct AzureFirewallPacketCaptureFlagsType : IEquatable<Azure.ResourceManager.Network.Models.AzureFirewallPacketCaptureFlagsType>
type AzureFirewallPacketCaptureFlagsType = struct
Public Structure AzureFirewallPacketCaptureFlagsType
Implements IEquatable(Of AzureFirewallPacketCaptureFlagsType)
- Inheritance
-
AzureFirewallPacketCaptureFlagsType
- Implements
Constructors
| Name | Description |
|---|---|
| AzureFirewallPacketCaptureFlagsType(String) |
Initializes a new instance of AzureFirewallPacketCaptureFlagsType. |
Properties
| Name | Description |
|---|---|
| Ack |
ack. |
| Fin |
fin. |
| Push |
push. |
| Rst |
rst. |
| Syn |
syn. |
| Urg |
urg. |
Methods
| Name | Description |
|---|---|
| Equals(AzureFirewallPacketCaptureFlagsType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AzureFirewallPacketCaptureFlagsType, AzureFirewallPacketCaptureFlagsType) |
Determines if two AzureFirewallPacketCaptureFlagsType values are the same. |
| Implicit(String to AzureFirewallPacketCaptureFlagsType) |
Converts a String to a AzureFirewallPacketCaptureFlagsType. |
| Inequality(AzureFirewallPacketCaptureFlagsType, AzureFirewallPacketCaptureFlagsType) |
Determines if two AzureFirewallPacketCaptureFlagsType values are not the same. |