FunctionAppStackCollection 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.
Collection of Function app Stacks
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppStackCollectionTypeConverter))]
public class FunctionAppStackCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppStackCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppStackCollectionTypeConverter))>]
type FunctionAppStackCollection = class
interface IFunctionAppStackCollection
interface IJsonSerializable
Public Class FunctionAppStackCollection
Implements IFunctionAppStackCollection
- Inheritance
-
FunctionAppStackCollection
- Attributes
- Implements
Constructors
FunctionAppStackCollection() |
Creates an new FunctionAppStackCollection instance. |
Properties
NextLink |
Link to next page of resources. |
Value |
Collection of resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionAppStackCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionAppStackCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppStackCollection. |
FromJsonString(String) |
Creates a new instance of FunctionAppStackCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionAppStackCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |