ConfigurationContent Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.configurations.ConfigurationContent

public class ConfigurationContent

Field Summary

Modifier and Type Field and Description
Map<String, Object> deviceContent

The configurations to be applied on devices.

Map<String, Object> moduleContent

The configurations to be applied on device modules.

Map<String, Map<String, Object>> modulesContent

The configurations to be applied to the Edge agent.

Constructor Summary

Constructor Description
ConfigurationContent()

Method Summary

Modifier and Type Method and Description
ConfigurationContentParser toConfigurationContentParser()

Field Details

deviceContent

protected Map deviceContent

The configurations to be applied on devices.

moduleContent

protected Map moduleContent

The configurations to be applied on device modules.

modulesContent

protected Map> modulesContent

The configurations to be applied to the Edge agent.

Constructor Details

ConfigurationContent

public ConfigurationContent()

Method Details

toConfigurationContentParser

public ConfigurationContentParser toConfigurationContentParser()

Applies to