DeviceRegistryNamespaceAssetProperties(DeviceRef) Constructor
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.
Initializes a new instance of DeviceRegistryNamespaceAssetProperties.
public DeviceRegistryNamespaceAssetProperties(Azure.ResourceManager.DeviceRegistry.Models.DeviceRef deviceRef);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceAssetProperties : Azure.ResourceManager.DeviceRegistry.Models.DeviceRef -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceAssetProperties
Public Sub New (deviceRef As DeviceRef)
Parameters
- deviceRef
- DeviceRef
Reference to the device that provides data for this asset. Must provide device name & endpoint on the device to use.
Exceptions
deviceRef is null.