FunctionEnvelope 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.
Function information.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopeTypeConverter))]
public class FunctionEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFunctionEnvelope, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopeTypeConverter))>]
type FunctionEnvelope = class
interface IFunctionEnvelope
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class FunctionEnvelope
Implements IFunctionEnvelope, IValidates
- Inheritance
-
FunctionEnvelope
- Attributes
- Implements
Constructors
FunctionEnvelope() |
Creates an new FunctionEnvelope instance. |
Properties
Config |
Config information. |
ConfigHref |
Config URI. |
File |
File list. |
FunctionAppId |
Function App ID. |
Href |
Function URI. |
Id |
Resource Id. |
InvokeUrlTemplate |
The invocation URL |
IsDisabled |
Gets or sets a value indicating whether the function is disabled |
Kind |
Kind of resource. |
Language |
The function language |
Name |
Resource Name. |
ScriptHref |
Script URI. |
ScriptRootPathHref |
Script root path URI. |
SecretsFileHref |
Secrets file URI. |
TestData |
Test data used when testing via the Azure Portal. |
TestDataHref |
Test data URI. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionEnvelope. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionEnvelope. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFunctionEnvelope. |
FromJsonString(String) |
Creates a new instance of FunctionEnvelope, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionEnvelope into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |