Share via


IotHubProperties.StorageEndpoints Property

Definition

Gets or sets the list of Azure Storage endpoints where you can upload files. Currently you can configure only one Azure Storage account and that MUST have its key as $default. Specifying more than one storage account causes an error to be thrown. Not specifying a value for this property when the enableFileUploadNotifications property is set to True, causes an error to be thrown.

[Newtonsoft.Json.JsonProperty(PropertyName="storageEndpoints")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.IotHub.Models.StorageEndpointProperties> StorageEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageEndpoints")>]
member this.StorageEndpoints : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.IotHub.Models.StorageEndpointProperties> with get, set
Public Property StorageEndpoints As IDictionary(Of String, StorageEndpointProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to