Share via


IPCommunityAddOperationProperties Class

Definition

IP Community add operation properties.

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

Constructors

IPCommunityAddOperationProperties()

Initializes a new instance of IPCommunityAddOperationProperties.

Properties

AddIPCommunityIds

List of IP Community resource IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IPCommunityAddOperationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IPCommunityAddOperationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPCommunityAddOperationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPCommunityAddOperationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IPCommunityAddOperationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to