InboundEndpoints(String, 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 InboundEndpoints.
public InboundEndpoints(string endpointType, string address);
new Azure.ResourceManager.DeviceRegistry.Models.InboundEndpoints : string * string -> Azure.ResourceManager.DeviceRegistry.Models.InboundEndpoints
Public Sub New (endpointType As String, address As String)
Parameters
- endpointType
- String
Type of connection endpoint.
- address
- String
The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
Exceptions
endpointType or address is null.