Bagikan melalui


AzureFirewallPacketCaptureFlagsType Struct

Definition

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