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
Methods
Specific(string)
A specific Version identifier.
public static GetVersionId Specific(string versionId)
Parameters
versionIdstring
Returns
Operators
implicit operator GetVersionId(string)
Implicitly treats a string as a specific Version identifier.
public static implicit operator GetVersionId(string versionId)
Parameters
versionIdstring