ArmAppContainersModelFactory.ScgRoute Method
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 static Azure.ResourceManager.AppContainers.Models.ScgRoute ScgRoute(string id = default, string uri = default, System.Collections.Generic.IEnumerable<string> predicates = default, System.Collections.Generic.IEnumerable<string> filters = default, long? order = default);
static member ScgRoute : string * string * seq<string> * seq<string> * Nullable<int64> -> Azure.ResourceManager.AppContainers.Models.ScgRoute
Public Shared Function ScgRoute (Optional id As String = Nothing, Optional uri As String = Nothing, Optional predicates As IEnumerable(Of String) = Nothing, Optional filters As IEnumerable(Of String) = Nothing, Optional order As Nullable(Of Long) = Nothing) As ScgRoute
Parameters
- id
- String
Id of the route.
- uri
- String
Uri of the route.
- predicates
- IEnumerable<String>
Predicates of the route.
- filters
- IEnumerable<String>
Filters of the route.
Returns
A new ScgRoute instance for mocking.