Class PutRequestPayload
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class PutRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
PutRequestPayload
- Implements
- Inherited Members
Properties
PutSchemaRequest
The Command request argument.
[JsonPropertyName("putSchemaRequest")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public PutRequestSchema PutSchemaRequest { get; set; }