Share via


StatementConditionProperties Class

Definition

Route policy statement condition properties.

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

Constructors

StatementConditionProperties()

Initializes a new instance of StatementConditionProperties.

Properties

IPCommunityIds

List of IP Community resource IDs.

(Inherited from IPCommunityIdList)
IPExtendedCommunityIds

List of IP Extended Community resource IDs.

IPPrefixId

Arm Resource Id of IpPrefix.

RoutePolicyConditionType

Type of the condition used.

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.

(Inherited from IPCommunityIdList)
IJsonModel<IPCommunityIdList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from IPCommunityIdList)
IJsonModel<StatementConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StatementConditionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPCommunityIdList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from IPCommunityIdList)
IPersistableModel<IPCommunityIdList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from IPCommunityIdList)
IPersistableModel<IPCommunityIdList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from IPCommunityIdList)
IPersistableModel<StatementConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StatementConditionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StatementConditionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to