ArmDeviceRegistryModelFactory.MessagingEndpoints 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.
Connection endpoint URL a device can use to connect to a service.
public static Azure.ResourceManager.DeviceRegistry.Models.MessagingEndpoints MessagingEndpoints(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DeviceRegistry.Models.InboundEndpoints> inbound = default, Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints outbound = default);
static member MessagingEndpoints : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DeviceRegistry.Models.InboundEndpoints> * Azure.ResourceManager.DeviceRegistry.Models.OutboundEndpoints -> Azure.ResourceManager.DeviceRegistry.Models.MessagingEndpoints
Public Shared Function MessagingEndpoints (Optional inbound As IDictionary(Of String, InboundEndpoints) = Nothing, Optional outbound As OutboundEndpoints = Nothing) As MessagingEndpoints
Parameters
- inbound
- IDictionary<String,InboundEndpoints>
Set of endpoints to connect to the device.
- outbound
- OutboundEndpoints
Set of endpoints a device can connect to.
Returns
A new MessagingEndpoints instance for mocking.