Class ThingDescriptionVersionXid
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
The XID components that identify a Thing Description Version.
public class ThingDescriptionVersionXid : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ThingDescriptionVersionXid
- Implements
- Inherited Members
Properties
GroupId
Group identifier.
[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupId { get; set; }
Property Value
GroupType
Group type.
[JsonPropertyName("groupType")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupType { get; set; }
Property Value
ResourceId
Resource identifier.
[JsonPropertyName("resourceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string ResourceId { get; set; }
Property Value
ResourceType
Resource type.
[JsonPropertyName("resourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string ResourceType { get; set; }
Property Value
VersionId
Version identifier.
[JsonPropertyName("versionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ulong VersionId { get; set; }