Compartir a través de


WebAppInstanceCollection Class

Definition

Collection of app instances.

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

Constructors

WebAppInstanceCollection()

Creates an new WebAppInstanceCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebAppInstanceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebAppInstanceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebAppInstanceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to