ControlPlaneAclTimeToLiveMatchCondition Class

Definition

TTL [Time To Live] match conditions properties.

public class ControlPlaneAclTimeToLiveMatchCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.ControlPlaneAclTimeToLiveMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.ControlPlaneAclTimeToLiveMatchCondition>
type ControlPlaneAclTimeToLiveMatchCondition = class
    interface IJsonModel<ControlPlaneAclTimeToLiveMatchCondition>
    interface IPersistableModel<ControlPlaneAclTimeToLiveMatchCondition>
Public Class ControlPlaneAclTimeToLiveMatchCondition
Implements IJsonModel(Of ControlPlaneAclTimeToLiveMatchCondition), IPersistableModel(Of ControlPlaneAclTimeToLiveMatchCondition)
Inheritance
ControlPlaneAclTimeToLiveMatchCondition
Implements

Constructors

Name Description
ControlPlaneAclTimeToLiveMatchCondition()

Initializes a new instance of ControlPlaneAclTimeToLiveMatchCondition.

Properties

Name Description
TimeToLiveInHops

TTL [Time To Live] values that need to be matched.

TimeToLiveMatchType

TTL [Time To Live] match type. Example: eq | neq | gt | lt | range.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ControlPlaneAclTimeToLiveMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ControlPlaneAclTimeToLiveMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclTimeToLiveMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclTimeToLiveMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ControlPlaneAclTimeToLiveMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to