Show / Hide Table of Contents

Class FallbackRouteState

Inheritance
System.Object
InputArgs
ResourceArgs
FallbackRouteState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FallbackRouteState : ResourceArgs

Constructors

View Source

FallbackRouteState()

Declaration
public FallbackRouteState()

Properties

View Source

Condition

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 Input<string> Condition { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enabled

Used to specify whether the fallback route is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EndpointNames

The endpoints to which messages that satisfy the condition are routed. Currently only 1 endpoint is allowed.

Declaration
public Input<string> EndpointNames { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IothubName

The name of the IoTHub to which this Fallback Route belongs. Changing this forces a new resource to be created.

Declaration
public Input<string> IothubName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group under which the IotHub Storage Container Endpoint resource has to be created. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.