ControlPlaneAclTimeToLiveMatchConditionPatch Class

Definition

TTL [Time To Live] match conditions patch properties.

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

Constructors

Name Description
ControlPlaneAclTimeToLiveMatchConditionPatch()

Initializes a new instance of ControlPlaneAclTimeToLiveMatchConditionPatch.

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<ControlPlaneAclTimeToLiveMatchConditionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ControlPlaneAclTimeToLiveMatchConditionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclTimeToLiveMatchConditionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclTimeToLiveMatchConditionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclTimeToLiveMatchConditionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to