Share via


PSIotHubInputProperties.StorageEndpoints Property

Definition

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

Applies to