Class AssetDeviceRef
- Assembly
- Azure.Iot.Operations.Services.dll
public class AssetDeviceRef : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
AssetDeviceRef
- Implements
- Inherited Members
Properties
DeviceName
Name of the device resource.
[JsonPropertyName("deviceName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DeviceName { get; set; }
Property Value
EndpointName
The name of endpoint to use.
[JsonPropertyName("endpointName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EndpointName { get; set; }