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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET