Condividi tramite


RoutingEndpoints.StorageContainers Property

Definition

Gets or sets the list of storage container endpoints that IoT hub routes messages to, based on the routing rules.

[Newtonsoft.Json.JsonProperty(PropertyName="storageContainers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingStorageContainerProperties> StorageContainers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageContainers")>]
member this.StorageContainers : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.RoutingStorageContainerProperties> with get, set
Public Property StorageContainers As IList(Of RoutingStorageContainerProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to