Table of Contents

Class Label

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll

A key-value pair used for labeling.

public class Label
Inheritance
Label
Inherited Members

Properties

Key

The label key.

public required string Key { get; set; }

Property Value

string

Value

The label value.

public required string Value { get; set; }

Property Value

string