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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET