Share via


AppServiceInfo Class

Definition

Details of App Services having Dynatrace OneAgent installed

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.AppServiceInfoTypeConverter))]
public class AppServiceInfo : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.IAppServiceInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.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

AutoUpdateSetting

Update settings of OneAgent.

AvailabilityState

The availability state of OneAgent.

HostGroup

The name of the host group

HostName

The name of the host

LogModule

Tells whether log modules are enabled or not

MonitoringType

The monitoring mode of OneAgent

ResourceId

App service resource ID

UpdateStatus

The current update status of OneAgent.

Version

Version of the Dynatrace agent installed on the App Service.

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.DynatraceObservability.Models.Api20210901.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