IoTEdgeAgentInfo Class

Definition

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.

Applies to