ControlPlaneAclIPMatchConditionPatch Class

Definition

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

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

Constructors

Name Description
ControlPlaneAclIPMatchConditionPatch()

Initializes a new instance of ControlPlaneAclIPMatchConditionPatch.

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

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

IJsonModel<ControlPlaneAclIPMatchConditionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclIPMatchConditionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclIPMatchConditionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclIPMatchConditionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to