Table of Contents

Class GetAssetStatusRequestPayload

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Generated.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll

The name of the asset to retrieve the status for.

public class GetAssetStatusRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
GetAssetStatusRequestPayload
Implements
Inherited Members

Properties

AssetName

The 'assetName' Field.

[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }

Property Value

string