Struct CreateVersionId
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
Identifies the Version id to assign when creating a Version: either server-assigned (the service chooses the next identifier) or a specific identifier.
public readonly struct CreateVersionId
- Inherited Members
Properties
ServerAssigned
The service assigns the Version identifier.
public static CreateVersionId ServerAssigned { get; }
Property Value
Methods
Specific(string)
A specific Version identifier.
public static CreateVersionId Specific(string versionId)
Parameters
versionIdstring
Returns
Operators
implicit operator CreateVersionId(string)
Implicitly treats a string as a specific Version identifier.
public static implicit operator CreateVersionId(string versionId)
Parameters
versionIdstring