Share via


AppServicePlanCollection Class

Definition

Collection of App Service plans.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanCollectionTypeConverter))]
public class AppServicePlanCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServicePlanCollectionTypeConverter))>]
type AppServicePlanCollection = class
    interface IAppServicePlanCollection
    interface IJsonSerializable
Public Class AppServicePlanCollection
Implements IAppServicePlanCollection
Inheritance
AppServicePlanCollection
Attributes
Implements

Constructors

AppServicePlanCollection()

Creates an new AppServicePlanCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServicePlanCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServicePlanCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlanCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServicePlanCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to