Uses of Class
com.azure.resourcemanager.deviceregistry.models.AssetEndpointProfileProperties
Package
Description
Package containing the inner data models for DeviceRegistry.
Package containing the data models for DeviceRegistry.
-
Uses of AssetEndpointProfileProperties in com.azure.resourcemanager.deviceregistry.fluent.models
Modifier and TypeMethodDescriptionAssetEndpointProfileInner.properties()
Get the properties property: The resource-specific properties for this resource.Modifier and TypeMethodDescriptionAssetEndpointProfileInner.withProperties
(AssetEndpointProfileProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of AssetEndpointProfileProperties in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionAssetEndpointProfile.properties()
Gets the properties property: The resource-specific properties for this resource.AssetEndpointProfileProperties.withAdditionalConfiguration
(String additionalConfiguration) Set the additionalConfiguration property: Contains connectivity type specific further configuration (e.g.AssetEndpointProfileProperties.withTargetAddress
(String targetAddress) Set the targetAddress property: The local valid URI specifying the network address/DNS name of a southbound device.AssetEndpointProfileProperties.withTransportAuthentication
(TransportAuthentication transportAuthentication) Set the transportAuthentication property: Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.AssetEndpointProfileProperties.withUserAuthentication
(UserAuthentication userAuthentication) Set the userAuthentication property: Defines the client authentication mechanism to the server.Modifier and TypeMethodDescriptionAssetEndpointProfile.DefinitionStages.WithProperties.withProperties
(AssetEndpointProfileProperties properties) Specifies the properties property: The resource-specific properties for this resource..