PSRouteProperties Class

Definition

public class PSRouteProperties : Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata
type PSRouteProperties = class
    inherit PSRouteMetadata
Public Class PSRouteProperties
Inherits PSRouteMetadata
Inheritance
PSRouteProperties

Constructors

PSRouteProperties()

Properties

Condition

The condition which is evaluated in order to apply the routing rule.

(Inherited from PSRouteMetadata)
EndpointNames

The list of endpoints to which the messages that satisfy the condition are routed to.

(Inherited from PSRouteMetadata)
IsEnabled

Used to specify whether a route is enabled or not.

(Inherited from PSRouteMetadata)
Name

The name of the route. name can only include alphanumeric characters, periods, underscores, hyphens with maximum length of 64 characters and must be unique.

(Inherited from PSRouteMetadata)
Source

The source to which the routing rule is to be applied to. e.g. DeviceMessages

(Inherited from PSRouteMetadata)

Applies to