IoTEdgeAgentInfo Constructors

Definition

Overloads

IoTEdgeAgentInfo()

Initializes a new instance of the IoTEdgeAgentInfo class.

IoTEdgeAgentInfo(String, String, ImageRepositoryCredential)

Initializes a new instance of the IoTEdgeAgentInfo class.

IoTEdgeAgentInfo()

Initializes a new instance of the IoTEdgeAgentInfo class.

public IoTEdgeAgentInfo ();
Public Sub New ()

Applies to

IoTEdgeAgentInfo(String, String, ImageRepositoryCredential)

Initializes a new instance of the IoTEdgeAgentInfo class.

public IoTEdgeAgentInfo (string imageName, string tag, Microsoft.Azure.Management.DataBoxEdge.Models.ImageRepositoryCredential imageRepository = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.IoTEdgeAgentInfo : string * string * Microsoft.Azure.Management.DataBoxEdge.Models.ImageRepositoryCredential -> Microsoft.Azure.Management.DataBoxEdge.Models.IoTEdgeAgentInfo
Public Sub New (imageName As String, tag As String, Optional imageRepository As ImageRepositoryCredential = Nothing)

Parameters

imageName
String

Name of the IoT edge agent image.

tag
String

Image Tag.

imageRepository
ImageRepositoryCredential

Image repository details.

Applies to