Table of Contents

Struct GetThingDescriptionVersionId

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

Selects which Thing Description Version to retrieve: either the Thing Description's default (latest) Version or a specific integer Version identifier.

public readonly struct GetThingDescriptionVersionId
Inherited Members

Properties

ResourceDefault

The Thing Description's default (latest) Version.

public static GetThingDescriptionVersionId ResourceDefault { get; }

Property Value

GetThingDescriptionVersionId

Methods

Specific(ulong)

A specific Version identifier.

public static GetThingDescriptionVersionId Specific(ulong versionId)

Parameters

versionId ulong

Returns

GetThingDescriptionVersionId

Operators

implicit operator GetThingDescriptionVersionId(ulong)

Implicitly treats an integer as a specific Version identifier.

public static implicit operator GetThingDescriptionVersionId(ulong versionId)

Parameters

versionId ulong

Returns

GetThingDescriptionVersionId