OutboundEndpoints(IDictionary<String,DeviceMessagingEndpoint>) Constructor
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.
Initializes a new instance of OutboundEndpoints.
public OutboundEndpoints(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> assigned);
new Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> -> Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints
Public Sub New (assigned As IDictionary(Of String, DeviceMessagingEndpoint))
Parameters
- assigned
- IDictionary<String,DeviceMessagingEndpoint>
Endpoints the device can connect to.
Exceptions
assigned is null.