ContainerAppDiagnosticSupportTopic Class

Definition

Support topic information.

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

Constructors

ContainerAppDiagnosticSupportTopic()

Initializes a new instance of ContainerAppDiagnosticSupportTopic.

Properties

Id

Unique topic identifier.

PesId

PES identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppDiagnosticSupportTopic>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppDiagnosticSupportTopic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppDiagnosticSupportTopic>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppDiagnosticSupportTopic>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppDiagnosticSupportTopic>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to