Freigeben über


FunctionEnvelopeCollection Class

Definition

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

Constructors

FunctionEnvelopeCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to