Freigeben über


ArmDeviceRegistryModelFactory.MessagingEndpoints Method

Definition

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.

Applies to