次の方法で共有


DiscoveredAssetEndpointProfileUpdateProperties Class

Definition

The updatable properties of the DiscoveredAssetEndpointProfile.

public class DiscoveredAssetEndpointProfileUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DiscoveredAssetEndpointProfileUpdateProperties>
type DiscoveredAssetEndpointProfileUpdateProperties = class
    interface IJsonModel<DiscoveredAssetEndpointProfileUpdateProperties>
    interface IPersistableModel<DiscoveredAssetEndpointProfileUpdateProperties>
Public Class DiscoveredAssetEndpointProfileUpdateProperties
Implements IJsonModel(Of DiscoveredAssetEndpointProfileUpdateProperties), IPersistableModel(Of DiscoveredAssetEndpointProfileUpdateProperties)
Inheritance
DiscoveredAssetEndpointProfileUpdateProperties
Implements

Constructors

DiscoveredAssetEndpointProfileUpdateProperties()

Initializes a new instance of DiscoveredAssetEndpointProfileUpdateProperties.

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.

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<DiscoveredAssetEndpointProfileUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DiscoveredAssetEndpointProfileUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiscoveredAssetEndpointProfileUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscoveredAssetEndpointProfileUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DiscoveredAssetEndpointProfileUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to