Share via


StatementActionProperties Class

Definition

Route policy action properties.

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

Constructors

StatementActionProperties(RoutePolicyActionType)

Initializes a new instance of StatementActionProperties.

Properties

ActionType

Action type. Example: Permit | Deny | Continue.

IPCommunityProperties

IP Community Properties.

IPExtendedCommunityProperties

IP Extended Community Properties.

LocalPreference

Local Preference of the route policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StatementActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StatementActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StatementActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StatementActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StatementActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to