Share via


AppServiceInfo Class

Definition

Details of VM Resource having NewRelic OneAgent installed

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.AppServiceInfoTypeConverter))]
public class AppServiceInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IAppServiceInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.AppServiceInfoTypeConverter))>]
type AppServiceInfo = class
    interface IAppServiceInfo
    interface IJsonSerializable
Public Class AppServiceInfo
Implements IAppServiceInfo
Inheritance
AppServiceInfo
Attributes
Implements

Constructors

AppServiceInfo()

Creates an new AppServiceInfo instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServiceInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServiceInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IAppServiceInfo.

FromJsonString(String)

Creates a new instance of AppServiceInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServiceInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to