Share via


AppServiceEnvironmentCollection Class

Definition

Collection of App Service Environments.

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

Constructors

AppServiceEnvironmentCollection()

Creates an new AppServiceEnvironmentCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppServiceEnvironmentCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppServiceEnvironmentCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppServiceEnvironmentCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to