AppServiceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of VM Resource having NewRelic OneAgent installed
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.AppServiceInfoTypeConverter))]
public class AppServiceInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IAppServiceInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.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.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() |