Share via


RoutePolicyStatementProperties Class

Definition

Route Policy Statement properties.

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

Constructors

RoutePolicyStatementProperties(Int64, StatementConditionProperties, StatementActionProperties)

Initializes a new instance of RoutePolicyStatementProperties.

Properties

Action

Route policy action properties.

Annotation

Switch configuration description.

(Inherited from AnnotationResourceProperties)
Condition

Route policy condition properties.

SequenceNumber

Sequence to insert to/delete from existing route.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnnotationResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnnotationResourceProperties)
IJsonModel<RoutePolicyStatementProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoutePolicyStatementProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnnotationResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnnotationResourceProperties)
IPersistableModel<RoutePolicyStatementProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutePolicyStatementProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutePolicyStatementProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to