Bagikan melalui


NewRelicObservabilityAppServiceInfo Class

Definition

Details of VM Resource having NewRelic OneAgent installed.

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

Properties

AgentStatus

Status of the NewRelic agent installed on the App service.

AgentVersion

Version of the NewRelic agent installed on the App service.

AzureResourceId

Azure App service resource ID.

Explicit Interface Implementations

IJsonModel<NewRelicObservabilityAppServiceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicObservabilityAppServiceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicObservabilityAppServiceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicObservabilityAppServiceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicObservabilityAppServiceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to