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