Class Label
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
A key-value pair used for labeling.
public class Label : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
Label
- Implements
- Inherited Members
Properties
Key
[JsonPropertyName("key")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Key { get; set; }
Property Value
Value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Value { get; set; }