Method: Azure::IotHub::Mgmt::V2017_01_19::Models::IotHubProperties#event_hub_endpoints
- Defined in:
- lib/2017-01-19/generated/azure_mgmt_iot_hub/models/iot_hub_properties.rb
#event_hub_endpoints ⇒ Hash{String => EventHubProperties}
endpoint properties. The possible keys to this dictionary are events and operationsMonitoringEvents. Both of these keys have to be present in the dictionary while making create or update calls for the IoT hub.
32 33 34 |
# File 'lib/2017-01-19/generated/azure_mgmt_iot_hub/models/iot_hub_properties.rb', line 32 def event_hub_endpoints @event_hub_endpoints end |