ControlPlaneAclPortMatchConditionPatch Class

Definition

Control Plane Access Control List (ACL) Port Match conditions properties.

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

Constructors

Name Description
ControlPlaneAclPortMatchConditionPatch()

Initializes a new instance of ControlPlaneAclPortMatchConditionPatch.

Properties

Name Description
DestinationPorts

List of the destination ports that need to be matched.

SourcePorts

List of the ports that need to be matched.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ControlPlaneAclPortMatchConditionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclPortMatchConditionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclPortMatchConditionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclPortMatchConditionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to