DeviceRegistryAssetEndpointProfileData Class

Definition

A class representing the DeviceRegistryAssetEndpointProfile data model. Asset Endpoint Profile definition.

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

Constructors

DeviceRegistryAssetEndpointProfileData(AzureLocation, DeviceRegistryExtendedLocation)

Initializes a new instance of DeviceRegistryAssetEndpointProfileData.

Properties

AdditionalConfiguration

Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).

ExtendedLocation

The extended location.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
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.

TransportAuthenticationOwnCertificates

Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.

UserAuthentication

Defines the client authentication mechanism to the server.

Uuid

Globally unique, immutable, non-reusable id.

Explicit Interface Implementations

IJsonModel<DeviceRegistryAssetEndpointProfileData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistryAssetEndpointProfileData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistryAssetEndpointProfileData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistryAssetEndpointProfileData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistryAssetEndpointProfileData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to