Sdílet prostřednictvím


DeviceRegistryAssetEndpointProfileProperties(Uri, String) Constructor

Definition

Initializes a new instance of DeviceRegistryAssetEndpointProfileProperties.

public DeviceRegistryAssetEndpointProfileProperties (Uri targetAddress, string endpointProfileType);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryAssetEndpointProfileProperties : Uri * string -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryAssetEndpointProfileProperties
Public Sub New (targetAddress As Uri, endpointProfileType As String)

Parameters

targetAddress
Uri

The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.

endpointProfileType
String

Defines the configuration for the connector type that is being used with the endpoint profile.

Exceptions

targetAddress or endpointProfileType is null.

Applies to