DeviceRegistryAssetEndpointProfileProperties(Uri, 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 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
Azure SDK for .NET