DetectorSupportTopic Class

Definition

Defines a unique Support Topic.

public class DetectorSupportTopic
public class DetectorSupportTopic : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.DetectorSupportTopic>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.DetectorSupportTopic>
type DetectorSupportTopic = class
type DetectorSupportTopic = class
    interface IJsonModel<DetectorSupportTopic>
    interface IPersistableModel<DetectorSupportTopic>
Public Class DetectorSupportTopic
Public Class DetectorSupportTopic
Implements IJsonModel(Of DetectorSupportTopic), IPersistableModel(Of DetectorSupportTopic)
Inheritance
DetectorSupportTopic
Implements

Properties

Id

Support Topic Id.

PesId

Unique resource Id.

Explicit Interface Implementations

IJsonModel<DetectorSupportTopic>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DetectorSupportTopic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetectorSupportTopic>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetectorSupportTopic>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DetectorSupportTopic>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to