ControlPlaneAclPortMatchCondition Class

Definition

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

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

Constructors

Name Description
ControlPlaneAclPortMatchCondition()

Initializes a new instance of ControlPlaneAclPortMatchCondition.

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

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

IJsonModel<ControlPlaneAclPortMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControlPlaneAclPortMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControlPlaneAclPortMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControlPlaneAclPortMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to