Share via


IPMatchCondition Class

Definition

Defines the condition that can be filtered using the selected IPs.

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

Constructors

IPMatchCondition()

Initializes a new instance of IPMatchCondition.

Properties

IPGroupNames

The List of IP Group Names that need to be matched.

IPPrefixValues

The list of IP Prefixes that need to be matched.

PrefixType

IP Prefix Type that needs to be matched.

SourceDestinationType

IP Address type that needs to be matched.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IPMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IPMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IPMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to