ControlPlanAclIPMatchCondition Class

Definition

Control Plane Access Control List (ACL) IP condition properties.

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

Constructors

Name Description
ControlPlanAclIPMatchCondition()

Initializes a new instance of ControlPlanAclIPMatchCondition.

Properties

Name Description
DestinationIPPrefix

List of the destination IP addresses that need to be matched.

SourceIPPrefix

List of the source IP addresses that need to be matched.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ControlPlanAclIPMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlanAclIPMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlanAclIPMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlanAclIPMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to