ArmIotOperationsModelFactory.AkriConnectorAllocatedDevice 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.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.