ControlPlaneAclTimeToLiveMatchType 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) Time To Live (TTL) match conditions properties.
public readonly struct ControlPlaneAclTimeToLiveMatchType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.ControlPlaneAclTimeToLiveMatchType>
type ControlPlaneAclTimeToLiveMatchType = struct
Public Structure ControlPlaneAclTimeToLiveMatchType
Implements IEquatable(Of ControlPlaneAclTimeToLiveMatchType)
- Inheritance
-
ControlPlaneAclTimeToLiveMatchType
- Implements
Constructors
| Name | Description |
|---|---|
| ControlPlaneAclTimeToLiveMatchType(String) |
Initializes a new instance of ControlPlaneAclTimeToLiveMatchType. |
Properties
| Name | Description |
|---|---|
| EqualsValue |
TTL-eq. |
| GreaterThan |
TTL-gt. |
| LesserThan |
TTL-lt. |
| NotEquals |
TTL-neq. |
Methods
| Name | Description |
|---|---|
| Equals(ControlPlaneAclTimeToLiveMatchType) |
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(ControlPlaneAclTimeToLiveMatchType, ControlPlaneAclTimeToLiveMatchType) |
Determines if two ControlPlaneAclTimeToLiveMatchType values are the same. |
| Implicit(String to ControlPlaneAclTimeToLiveMatchType) |
Converts a String to a ControlPlaneAclTimeToLiveMatchType. |
| Inequality(ControlPlaneAclTimeToLiveMatchType, ControlPlaneAclTimeToLiveMatchType) |
Determines if two ControlPlaneAclTimeToLiveMatchType values are not the same. |