Condividi tramite


InboundEndpoints(String, String) Constructor

Definition

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.

Applies to