ArmDataBoxEdgeModelFactory.EdgeIotDeviceInfo Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo EdgeIotDeviceInfo(string deviceId = default, string iotHostHub = default, Azure.Core.ResourceIdentifier iotHostHubId = default, Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret symmetricKeyConnectionString = default);
static member EdgeIotDeviceInfo : string * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret -> Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo
Public Shared Function EdgeIotDeviceInfo (Optional deviceId As String = Nothing, Optional iotHostHub As String = Nothing, Optional iotHostHubId As ResourceIdentifier = Nothing, Optional symmetricKeyConnectionString As AsymmetricEncryptedSecret = Nothing) As EdgeIotDeviceInfo

Parameters

deviceId
String

ID of the IoT device/edge device.

iotHostHub
String

Host name for the IoT hub associated to the device.

iotHostHubId
ResourceIdentifier

Id for the IoT hub associated to the device.

symmetricKeyConnectionString
AsymmetricEncryptedSecret

Connection string based on the symmetric key.

Returns

A new EdgeIotDeviceInfo instance for mocking.

Applies to