Skip to content

Commit

Permalink
.NET SDK Resource Provider:'IotHub' (Azure#5791)
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5636'
REST Spec PR Author 'kapil-ms'
REST Spec PR Last commit
  • Loading branch information
adxsdknet authored and mentat9 committed Jun 10, 2019
1 parent 4d57d1a commit 88a344b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public RoutingProperties()
/// built-in eventhub endpoint.</param>
/// <param name="enrichments">The list of user-provided enrichments
/// that the IoT hub applies to messages to be delivered to built-in
/// and custom endpoints. See:
/// https://aka.ms/telemetryoneventgrid</param>
/// and custom endpoints. See: https://aka.ms/iotmsgenrich</param>
public RoutingProperties(RoutingEndpoints endpoints = default(RoutingEndpoints), IList<RouteProperties> routes = default(IList<RouteProperties>), FallbackRouteProperties fallbackRoute = default(FallbackRouteProperties), IList<EnrichmentProperties> enrichments = default(IList<EnrichmentProperties>))
{
Endpoints = endpoints;
Expand Down Expand Up @@ -88,7 +87,7 @@ public RoutingProperties()
/// <summary>
/// Gets or sets the list of user-provided enrichments that the IoT hub
/// applies to messages to be delivered to built-in and custom
/// endpoints. See: https://aka.ms/telemetryoneventgrid
/// endpoints. See: https://aka.ms/iotmsgenrich
/// </summary>
[JsonProperty(PropertyName = "enrichments")]
public IList<EnrichmentProperties> Enrichments { get; set; }
Expand Down

0 comments on commit 88a344b

Please sign in to comment.