DeviceRef(String, String) 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 DeviceRef.
public DeviceRef(string deviceName, string endpointName);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRef : string * string -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRef
Public Sub New (deviceName As String, endpointName As String)
Parameters
- deviceName
- String
Name of the device resource.
- endpointName
- String
The name of endpoint to use.
Exceptions
deviceName or endpointName is null.