Share via


IFunctionEnvelope Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopeTypeConverter))]
public interface IFunctionEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopeTypeConverter))>]
type IFunctionEnvelope = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IFunctionEnvelope
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Config

Config information.

ConfigHref

Config URI.

File

File list.

FunctionAppId

Function App ID.

Href

Function URI.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
InvokeUrlTemplate

The invocation URL

IsDisabled

Gets or sets a value indicating whether the function is disabled

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Language

The function language

Name

Resource Name.

(Inherited from IProxyOnlyResource)
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.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to