ArmDeviceRegistryModelFactory.DiscoveredMessagingEndpoints 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.DeviceRegistry.Models.DiscoveredMessagingEndpoints DiscoveredMessagingEndpoints(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.DiscoveredInboundEndpoints> inbound = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> outboundAssigned = default);
static member DiscoveredMessagingEndpoints : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.DiscoveredInboundEndpoints> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> -> Azure.ResourceManager.DeviceRegistry.Models.DiscoveredMessagingEndpoints
Public Shared Function DiscoveredMessagingEndpoints (Optional inbound As IDictionary(Of String, DiscoveredInboundEndpoints) = Nothing, Optional outboundAssigned As IDictionary(Of String, DeviceMessagingEndpoint) = Nothing) As DiscoveredMessagingEndpoints
Parameters
- inbound
- IDictionary<String,DiscoveredInboundEndpoints>
Set of endpoints to connect to the device.
- outboundAssigned
- IDictionary<String,DeviceMessagingEndpoint>
Endpoints the device can connect to.
Returns
A new DiscoveredMessagingEndpoints instance for mocking.
Exceptions
outboundAssigned is null.