Share via


AclActionType Struct

Definition

Type of actions that can be performed.

public readonly struct AclActionType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.AclActionType>
type AclActionType = struct
Public Structure AclActionType
Implements IEquatable(Of AclActionType)
Inheritance
AclActionType
Implements

Constructors

AclActionType(String)

Initializes a new instance of AclActionType.

Properties

Count

Count.

Drop

Drop.

Log

Log.

Methods

Equals(AclActionType)

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(AclActionType, AclActionType)

Determines if two AclActionType values are the same.

Implicit(String to AclActionType)

Converts a string to a AclActionType.

Inequality(AclActionType, AclActionType)

Determines if two AclActionType values are not the same.

Applies to