Configuration Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. configurations. Configuration
- com.
public class Configuration
Constructor Summary
Constructor | Description |
---|---|
Configuration(String configurationId) |
Create a Configuration instance using the given configuration name |
Constructor Details
Configuration
public Configuration(String configurationId)
Create a Configuration instance using the given configuration name
Parameters:
configurationId
- Name of the configuration (used as configuration id)
Throws:
IllegalArgumentException
-
This exception is thrown ifdeviceId
</code> or<code>moduleId
</code> is<code>null
</code> or empty. </p>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java