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
AzureFirewallPacketCaptureFlagsType(String) |
Initializes a new instance of AzureFirewallPacketCaptureFlagsType. |
Properties
Ack |
ack. |
Fin |
fin. |
Push |
push. |
Rst |
rst. |
Syn |
syn. |
Urg |
urg. |
Methods
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
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. |
Applies to
Azure SDK for .NET