DigitalTwinsModelFactory.DigitalTwinsEventRoute 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.
Initializes a new instance of DigitalTwinsEventRoute.
public static Azure.DigitalTwins.Core.DigitalTwinsEventRoute DigitalTwinsEventRoute (string id = default, string endpointName = default, string filter = default);
static member DigitalTwinsEventRoute : string * string * string -> Azure.DigitalTwins.Core.DigitalTwinsEventRoute
Public Shared Function DigitalTwinsEventRoute (Optional id As String = Nothing, Optional endpointName As String = Nothing, Optional filter As String = Nothing) As DigitalTwinsEventRoute
Parameters
- id
- String
The id of the event route.
- endpointName
- String
The name of the endpoint this event route is bound to.
- filter
- String
An expression which describes the events which are routed to the endpoint.
Returns
A new DigitalTwinsEventRoute instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET