ArmDataBoxEdgeModelFactory.IotEdgeAgentInfo Method
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.
public static Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo IotEdgeAgentInfo(string imageName = default, string tag = default, Azure.ResourceManager.DataBoxEdge.Models.ImageRepositoryCredential imageRepository = default);
static member IotEdgeAgentInfo : string * string * Azure.ResourceManager.DataBoxEdge.Models.ImageRepositoryCredential -> Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo
Public Shared Function IotEdgeAgentInfo (Optional imageName As String = Nothing, Optional tag As String = Nothing, Optional imageRepository As ImageRepositoryCredential = Nothing) As IotEdgeAgentInfo
Parameters
- imageName
- String
Name of the IoT edge agent image.
- tag
- String
Image Tag.
- imageRepository
- ImageRepositoryCredential
Image repository details.
Returns
A new IotEdgeAgentInfo instance for mocking.