AppServicesListResponse 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.
Response of a list app services Operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.AppServicesListResponseTypeConverter))]
public class AppServicesListResponse : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IAppServicesListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.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.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() |