PSIotHubProperties.StorageEndpoints 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 end points where files can be uploaded. Currently only one storage account can be configured.
[Newtonsoft.Json.JsonProperty(PropertyName="storageEndpoints")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties> StorageEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageEndpoints")>]
member this.StorageEndpoints : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties> with get, set
Public Property StorageEndpoints As IDictionary(Of String, PSStorageEndpointProperties)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute