Compartir a través de


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

Name Description
AclActionType(String)

Initializes a new instance of AclActionType.

Properties

Name Description
Count

Count.

Drop

Drop.

Log

Log.

Methods

Name Description
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

Name Description
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