Struct GetThingModelVersionId
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
Selects which Thing Model Version to retrieve: either the Thing Model's default (latest) Version or a specific integer Version identifier.
public readonly struct GetThingModelVersionId
- Inherited Members
Properties
ResourceDefault
The Thing Model's default (latest) Version.
public static GetThingModelVersionId ResourceDefault { get; }
Property Value
Methods
Specific(ulong)
A specific Version identifier.
public static GetThingModelVersionId Specific(ulong versionId)
Parameters
versionIdulong
Returns
Operators
implicit operator GetThingModelVersionId(ulong)
Implicitly treats an integer as a specific Version identifier.
public static implicit operator GetThingModelVersionId(ulong versionId)
Parameters
versionIdulong