ArmDeviceRegistryModelFactory.OutboundEndpoints 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.
Property bag contains the device's outbound endpoints.
public static Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints OutboundEndpoints(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> assigned = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> unassigned = default);
static member OutboundEndpoints : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint> -> Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints
Public Shared Function OutboundEndpoints (Optional assigned As IDictionary(Of String, DeviceMessagingEndpoint) = Nothing, Optional unassigned As IDictionary(Of String, DeviceMessagingEndpoint) = Nothing) As OutboundEndpoints
Parameters
- assigned
- IDictionary<String,DeviceMessagingEndpoint>
Endpoints the device can connect to.
- unassigned
- IDictionary<String,DeviceMessagingEndpoint>
Set of most recently removed endpoints.
Returns
A new OutboundEndpoints instance for mocking.