ControlPlaneAclTimeToLiveMatchType Struct

Definition

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.

Applies to