HostingEnvironmentDiagnostics Class

Definition

Diagnostics for an App Service Environment.

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

Properties

DiagnosticsOutput

Diagnostics output.

Name

Name/identifier of the diagnostics.

Explicit Interface Implementations

IJsonModel<HostingEnvironmentDiagnostics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HostingEnvironmentDiagnostics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HostingEnvironmentDiagnostics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HostingEnvironmentDiagnostics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HostingEnvironmentDiagnostics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to