Table of Contents

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

CreateVersionId

Methods

Specific(string)

A specific Version identifier.

public static CreateVersionId Specific(string versionId)

Parameters

versionId string

Returns

CreateVersionId

Operators

implicit operator CreateVersionId(string)

Implicitly treats a string as a specific Version identifier.

public static implicit operator CreateVersionId(string versionId)

Parameters

versionId string

Returns

CreateVersionId