ScgRoute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Spring Cloud Gateway route definition.
public class ScgRoute : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ScgRoute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ScgRoute>
type ScgRoute = class
interface IJsonModel<ScgRoute>
interface IPersistableModel<ScgRoute>
Public Class ScgRoute
Implements IJsonModel(Of ScgRoute), IPersistableModel(Of ScgRoute)
- Inheritance
-
ScgRoute
- Implements
Constructors
| Name | Description |
|---|---|
| ScgRoute(String, String) |
Initializes a new instance of ScgRoute. |
Properties
| Name | Description |
|---|---|
| Filters |
Filters of the route. |
| Id |
Id of the route. |
| Order |
Order of the route. |
| Predicates |
Predicates of the route. |
| Uri |
Uri of the route. |