DiscoveredAssetEndpointProfileProperties Class
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.
Defines the Discovered Asset Endpoint Profile properties.
public class DiscoveredAssetEndpointProfileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileProperties>
type DiscoveredAssetEndpointProfileProperties = class
interface IJsonModel<DiscoveredAssetEndpointProfileProperties>
interface IPersistableModel<DiscoveredAssetEndpointProfileProperties>
Public Class DiscoveredAssetEndpointProfileProperties
Implements IJsonModel(Of DiscoveredAssetEndpointProfileProperties), IPersistableModel(Of DiscoveredAssetEndpointProfileProperties)
- Inheritance
-
DiscoveredAssetEndpointProfileProperties
- Implements
Constructors
DiscoveredAssetEndpointProfileProperties(Uri, String, String, Int64) |
Initializes a new instance of DiscoveredAssetEndpointProfileProperties. |
Properties
AdditionalConfiguration |
Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF). |
DiscoveryId |
Identifier used to detect changes in the asset endpoint profile. |
EndpointProfileType |
Defines the configuration for the connector type that is being used with the endpoint profile. |
ProvisioningState |
Provisioning state of the resource. |
SupportedAuthenticationMethods |
List of supported authentication methods supported by the target server. |
TargetAddress |
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. |
Version |
An integer that is incremented each time the resource is modified. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DiscoveredAssetEndpointProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DiscoveredAssetEndpointProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DiscoveredAssetEndpointProfileProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DiscoveredAssetEndpointProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DiscoveredAssetEndpointProfileProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET