IoTEdgeAgentInfo Class

IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.

All required parameters must be populated in order to send to Azure.

Inheritance
IoTEdgeAgentInfo

Constructor

IoTEdgeAgentInfo(*, image_name: str, tag: str, image_repository: Optional[azure.mgmt.databoxedge.v2020_05_01_preview.models._models_py3.ImageRepositoryCredential] = None, **kwargs)

Parameters

image_name
str
Required

Required. Name of the IoT edge agent image.

tag
str
Required

Required. Image Tag.

image_repository
ImageRepositoryCredential
Required

Image repository details.