Table of Contents

Struct GetVersionId

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

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

public readonly struct GetVersionId
Inherited Members

Properties

ResourceDefault

The Resource's default (latest) Version.

public static GetVersionId ResourceDefault { get; }

Property Value

GetVersionId

Methods

Specific(string)

A specific Version identifier.

public static GetVersionId Specific(string versionId)

Parameters

versionId string

Returns

GetVersionId

Operators

implicit operator GetVersionId(string)

Implicitly treats a string as a specific Version identifier.

public static implicit operator GetVersionId(string versionId)

Parameters

versionId string

Returns

GetVersionId