Table of Contents

Class GetSchemaInputArguments

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Input arguments for action 'getSchema'

public class GetSchemaInputArguments : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
GetSchemaInputArguments
Implements
Inherited Members

Properties

GroupId

The 'groupId' Field.

[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupId { get; set; }

Property Value

string

SchemaId

The 'schemaId' Field.

[JsonPropertyName("schemaId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string SchemaId { get; set; }

Property Value

string