DiscoveredAssetEndpointProfileProperties(Uri, String, String, Int64) 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 DiscoveredAssetEndpointProfileProperties.
public DiscoveredAssetEndpointProfileProperties (Uri targetAddress, string endpointProfileType, string discoveryId, long version);
new Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileProperties : Uri * string * string * int64 -> Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileProperties
Public Sub New (targetAddress As Uri, endpointProfileType As String, discoveryId As String, version As Long)
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.
- discoveryId
- String
Identifier used to detect changes in the asset endpoint profile.
- version
- Int64
An integer that is incremented each time the resource is modified.
Exceptions
targetAddress
, endpointProfileType
or discoveryId
is null.
Applies to
Azure SDK for .NET