DeviceRegistryAssetEndpointProfileProperties 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 Asset Endpoint Profile properties.
public class DeviceRegistryAssetEndpointProfileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryAssetEndpointProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryAssetEndpointProfileProperties>
type DeviceRegistryAssetEndpointProfileProperties = class
interface IJsonModel<DeviceRegistryAssetEndpointProfileProperties>
interface IPersistableModel<DeviceRegistryAssetEndpointProfileProperties>
Public Class DeviceRegistryAssetEndpointProfileProperties
Implements IJsonModel(Of DeviceRegistryAssetEndpointProfileProperties), IPersistableModel(Of DeviceRegistryAssetEndpointProfileProperties)
- Inheritance
-
DeviceRegistryAssetEndpointProfileProperties
- Implements
Constructors
DeviceRegistryAssetEndpointProfileProperties(Uri, String) |
Initializes a new instance of DeviceRegistryAssetEndpointProfileProperties. |
Properties
AdditionalConfiguration |
Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF). |
Authentication |
Defines the client authentication mechanism to the server. |
DiscoveredAssetEndpointProfileRef |
Reference to a discovered asset endpoint profile. Populated only if the asset endpoint profile has been created from discovery flow. Discovered asset endpoint profile name must be provided. |
EndpointProfileType |
Defines the configuration for the connector type that is being used with the endpoint profile. |
ProvisioningState |
Provisioning state of the resource. |
StatusErrors |
Array object to transfer and persist errors that originate from the Edge. |
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. |
Uuid |
Globally unique, immutable, non-reusable id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DeviceRegistryAssetEndpointProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeviceRegistryAssetEndpointProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeviceRegistryAssetEndpointProfileProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeviceRegistryAssetEndpointProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeviceRegistryAssetEndpointProfileProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET