AclActionType 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.
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
Azure SDK for .NET