Class IoTHubRoute
Inheritance
System.Object
IoTHubRoute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Iot.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IoTHubRoute
Fields
View SourceCondition
The condition that is evaluated to apply the routing rule. If no condition is provided, it evaluates to true by default. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language.
Declaration
public readonly string Condition
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Used to specify whether a route is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EndpointNames
The list of endpoints to which messages that satisfy the condition are routed.
Declaration
public readonly ImmutableArray<string> EndpointNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
The name of the route.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Source
The source that the routing rule is to be applied to, such as DeviceMessages. Possible values include: RoutingSourceInvalid, RoutingSourceDeviceMessages, RoutingSourceTwinChangeEvents, RoutingSourceDeviceLifecycleEvents, RoutingSourceDeviceJobLifecycleEvents.
Declaration
public readonly string Source
Field Value
| Type | Description |
|---|---|
| System.String |