ControlPlaneAclActionType 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.
Control Plane Access Control List (ACL) Action Types.
public readonly struct ControlPlaneAclActionType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.ControlPlaneAclActionType>
type ControlPlaneAclActionType = struct
Public Structure ControlPlaneAclActionType
Implements IEquatable(Of ControlPlaneAclActionType)
- Inheritance
-
ControlPlaneAclActionType
- Implements
Constructors
| Name | Description |
|---|---|
| ControlPlaneAclActionType(String) |
Initializes a new instance of ControlPlaneAclActionType. |
Properties
| Name | Description |
|---|---|
| Deny |
AclActionType Deny. |
| Permit |
AclActionType Permit. |
| Remark |
AclActionType Remark. |
Methods
| Name | Description |
|---|---|
| Equals(ControlPlaneAclActionType) |
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(ControlPlaneAclActionType, ControlPlaneAclActionType) |
Determines if two ControlPlaneAclActionType values are the same. |
| Implicit(String to ControlPlaneAclActionType) |
Converts a String to a ControlPlaneAclActionType. |
| Inequality(ControlPlaneAclActionType, ControlPlaneAclActionType) |
Determines if two ControlPlaneAclActionType values are not the same. |