Share via


MatchConfigurationIPGroupProperties Class

Definition

IP Group properties.

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

Constructors

MatchConfigurationIPGroupProperties()

Initializes a new instance of MatchConfigurationIPGroupProperties.

Properties

IPAddressType

IP Address type.

IPPrefixes

List of IP Prefixes.

Name

IP Group name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MatchConfigurationIPGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MatchConfigurationIPGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MatchConfigurationIPGroupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MatchConfigurationIPGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MatchConfigurationIPGroupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to