Share via


IPCommunityIdList Class

Definition

IP Community ID list properties.

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

Constructors

IPCommunityIdList()

Initializes a new instance of IPCommunityIdList.

Properties

IPCommunityIds

List of IP Community resource IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IPCommunityIdList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IPCommunityIdList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPCommunityIdList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPCommunityIdList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IPCommunityIdList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to