DeviceMessagingEndpoint(String) 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 DeviceMessagingEndpoint.
public DeviceMessagingEndpoint(string address);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint : string -> Azure.ResourceManager.DeviceRegistry.Models.DeviceMessagingEndpoint
Public Sub New (address As String)
Parameters
- address
- String
The endpoint address to connect to.
Exceptions
address is null.