FunctionEnvelopeInner Class

Definition

Function information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionEnvelopeInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionEnvelopeInner = class
    inherit ProxyOnlyResourceInner
Public Class FunctionEnvelopeInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

FunctionEnvelopeInner()

Initializes a new instance of the FunctionEnvelopeInner class.

FunctionEnvelopeInner(String, String, String, String, String, String, String, String, String, String, String, Object, IDictionary<String, String>, String, String, String, Nullable<Boolean>)

Initializes a new instance of the FunctionEnvelopeInner class.

Properties

Config

Gets or sets config information.

ConfigHref

Gets or sets config URI.

Files

Gets or sets file list.

FunctionAppId

Gets or sets function App ID.

Href

Gets or sets function URI.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
InvokeUrlTemplate

Gets or sets the invocation URL

IsDisabled

Gets or sets a value indicating whether the function is disabled

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Language

Gets or sets the function language

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ScriptHref

Gets or sets script URI.

ScriptRootPathHref

Gets or sets script root path URI.

SecretsFileHref

Gets or sets secrets file URI.

Tags

Resource tags

(Inherited from Resource)
TestData

Gets or sets test data used when testing via the Azure Portal.

TestDataHref

Gets or sets test data URI.

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to