Uses of Class
com.azure.resourcemanager.deviceregistry.models.TransportAuthentication
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of TransportAuthentication in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionAssetEndpointProfileProperties.transportAuthentication()
Get the transportAuthentication property: Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.AssetEndpointProfileUpdateProperties.transportAuthentication()
Get the transportAuthentication property: Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.TransportAuthentication.withOwnCertificates
(List<OwnCertificate> ownCertificates) Set the ownCertificates property: 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.Modifier and TypeMethodDescriptionAssetEndpointProfileProperties.withTransportAuthentication
(TransportAuthentication transportAuthentication) Set the transportAuthentication property: Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.AssetEndpointProfileUpdateProperties.withTransportAuthentication
(TransportAuthentication transportAuthentication) Set the transportAuthentication property: Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.