ContainerAppDiagnosticsProperties Class

Definition

Diagnostics resource specific properties.

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

Constructors

ContainerAppDiagnosticsProperties()

Initializes a new instance of ContainerAppDiagnosticsProperties.

Properties

DataProviderMetadata

List of data providers' metadata.

Dataset

Set of data collections associated with the response.

Metadata

Metadata of the diagnostics response.

Status

Status of the diagnostics response.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppDiagnosticsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppDiagnosticsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppDiagnosticsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppDiagnosticsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppDiagnosticsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to