Method: Azure::IotHub::Mgmt::V2017_01_19::Models::IotHubProperties#storage_endpoints
- Defined in:
- lib/2017-01-19/generated/azure_mgmt_iot_hub/models/iot_hub_properties.rb
#storage_endpoints ⇒ Hash{String => StorageEndpointProperties}
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.
44 45 46 |
# File 'lib/2017-01-19/generated/azure_mgmt_iot_hub/models/iot_hub_properties.rb', line 44 def storage_endpoints @storage_endpoints end |