다음을 통해 공유


IPExtendedCommunityAddOperationProperties Class

Definition

IP Extended Community add operation properties.

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

Constructors

IPExtendedCommunityAddOperationProperties()

Initializes a new instance of IPExtendedCommunityAddOperationProperties.

Properties

AddIPExtendedCommunityIds

List of IP Extended Community resource IDs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IPExtendedCommunityAddOperationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IPExtendedCommunityAddOperationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPExtendedCommunityAddOperationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPExtendedCommunityAddOperationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IPExtendedCommunityAddOperationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to