Share via


AppServicesListResponse Class

Definition

Response of a list app services Operation.

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

Constructors

AppServicesListResponse()

Creates an new AppServicesListResponse instance.

Properties

NextLink

The link to the next page of items

Value

The AppServiceInfo items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServicesListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServicesListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServicesListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to