다음을 통해 공유


DeviceRef(String, String) Constructor

Definition

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.

Applies to