你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.