Class GetSchemaVersionInputArguments
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Input arguments for action 'getSchemaVersion'
public class GetSchemaVersionInputArguments : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetSchemaVersionInputArguments
- Implements
- Inherited Members
Properties
GroupId
The 'groupId' Field.
[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupId { get; set; }
Property Value
SchemaId
The 'schemaId' Field.
[JsonPropertyName("schemaId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string SchemaId { get; set; }
Property Value
VersionId
The 'versionId' Field.
[JsonPropertyName("versionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ulong VersionId { get; set; }