IoTEdgeAgentInfo Constructors
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.
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
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 .NET