Table of Contents

Class DeprecatedInfo

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

Information about the deprecation status of an entity.

public class DeprecatedInfo
Inheritance
DeprecatedInfo
Inherited Members

Properties

Alternative

The URL to an alternative entity the client can consider as a replacement for this entity. There is no guarantee that the referenced entity is an exact replacement.

public string? Alternative { get; set; }

Property Value

string

Documentation

The URL to additional information about the deprecation of this entity.

public string? Documentation { get; set; }

Property Value

string

Effective

Indicates the time when the entity entered, or will enter, a deprecated state. The date MAY be in the past or future. If this property is not present the entity is already in a deprecated state.

public DateTime? Effective { get; set; }

Property Value

DateTime?

Removal

Indicates the time when the entity will be removed. The entity MUST NOT be removed before this time. If this property is not present, the client cannot make any assumptions as to when the entity might be removed. This MUST NOT be sooner than the effective time, if that is present.

public DateTime? Removal { get; set; }

Property Value

DateTime?