Table of Contents

Struct GetSchemaVersionId

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

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

public readonly struct GetSchemaVersionId
Inherited Members

Properties

ResourceDefault

The Schema's default (latest) Version.

public static GetSchemaVersionId ResourceDefault { get; }

Property Value

GetSchemaVersionId

Methods

Specific(ulong)

A specific Version identifier.

public static GetSchemaVersionId Specific(ulong versionId)

Parameters

versionId ulong

Returns

GetSchemaVersionId

Operators

implicit operator GetSchemaVersionId(ulong)

Implicitly treats an integer as a specific Version identifier.

public static implicit operator GetSchemaVersionId(ulong versionId)

Parameters

versionId ulong

Returns

GetSchemaVersionId