PSRoutingEndpoints.StorageContainers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of storage container endpoints to which IoT hub routes the messages to, based on the routing rules.
[Newtonsoft.Json.JsonProperty(PropertyName="storageContainers")]
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties> StorageContainers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageContainers")>]
member this.StorageContainers : System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties> with get, set
Public Property StorageContainers As IList(Of PSRoutingStorageContainerProperties)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute