ArmIotOperationsModelFactory.AkriConnectorAllocatedDevice Method

Definition

public static Azure.ResourceManager.IotOperations.Models.AkriConnectorAllocatedDevice AkriConnectorAllocatedDevice(string deviceInboundEndpointName = default, string deviceName = default);
static member AkriConnectorAllocatedDevice : string * string -> Azure.ResourceManager.IotOperations.Models.AkriConnectorAllocatedDevice
Public Shared Function AkriConnectorAllocatedDevice (Optional deviceInboundEndpointName As String = Nothing, Optional deviceName As String = Nothing) As AkriConnectorAllocatedDevice

Parameters

deviceInboundEndpointName
String

The name of the inbound endpoint for the device.

deviceName
String

The name of the device.

Returns

A new AkriConnectorAllocatedDevice instance for mocking.

Applies to