Class EventStreamDestination
- Assembly
- Azure.Iot.Operations.Services.dll
public class EventStreamDestination : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
EventStreamDestination
- Implements
- Inherited Members
Properties
Configuration
The destination configuration.
[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public DestinationConfiguration Configuration { get; set; }
Property Value
Target
The target destination.
[JsonPropertyName("target")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public EventStreamTarget Target { get; set; }