Share via


ContainerAppHttpRouteMatch Class

Definition

Criteria to match on.

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

Constructors

ContainerAppHttpRouteMatch()

Initializes a new instance of ContainerAppHttpRouteMatch.

Properties

IsCaseSensitive

path case sensitive, default is true.

Path

match on exact path.

PathSeparatedPrefix

match on all prefix's. Not exact.

Prefix

match on all prefix's. Not exact.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppHttpRouteMatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppHttpRouteMatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppHttpRouteMatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppHttpRouteMatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppHttpRouteMatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to