PSFallbackRouteMetadata 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.
The properties related to the fallback route based on which the IoT hub routes messages to the fallback endpoint.
public class PSFallbackRouteMetadata
type PSFallbackRouteMetadata = class
Public Class PSFallbackRouteMetadata
- Inheritance
-
PSFallbackRouteMetadata
Constructors
PSFallbackRouteMetadata() |
Properties
Condition |
The condition which is evaluated in order to apply the fallback route. |
EndpointNames |
The list of endpoints to which the messages that satisfy the condition are routed to. |
IsEnabled |
Used to specify whether the fallback route is enabled or not. |
Name |
Gets or sets the name of the route. The name can only include alphanumeric characters, periods, underscores, hyphens, has a maximum length of 64 characters, and must be unique. |
Source |
The source to which the routing rule is to be applied to. e.g. DeviceMessages |