ContainerAppHttpRoute Class

Definition

Http Routes configuration, including paths to match on and whether or not rewrites are to be done.

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

Constructors

Name Description
ContainerAppHttpRoute()

Initializes a new instance of ContainerAppHttpRoute.

Properties

Name Description
ActionPrefixRewrite

Rewrite prefix, default is no rewrites.

Match

Conditions route will match on.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerAppHttpRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppHttpRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppHttpRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppHttpRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppHttpRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to