IoTEdgeAgentInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.
public class IoTEdgeAgentInfo
type IoTEdgeAgentInfo = class
Public Class IoTEdgeAgentInfo
- Inheritance
-
IoTEdgeAgentInfo
Constructors
IoTEdgeAgentInfo() |
Initializes a new instance of the IoTEdgeAgentInfo class. |
IoTEdgeAgentInfo(String, String, ImageRepositoryCredential) |
Initializes a new instance of the IoTEdgeAgentInfo class. |
Properties
ImageName |
Gets or sets name of the IoT edge agent image. |
ImageRepository |
Gets or sets image repository details. |
Tag |
Gets or sets image Tag. |
Methods
Validate() |
Validate the object. |