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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionEnvelope : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionEnvelope = class
inherit ProxyOnlyResource
Public Class FunctionEnvelope
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
FunctionEnvelope() |
Initializes a new instance of the FunctionEnvelope class. |
FunctionEnvelope(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 FunctionEnvelope 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 |
Gets resource Id. (Inherited from ProxyOnlyResource) |
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 ProxyOnlyResource) |
Language |
Gets or sets the function language |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
ScriptHref |
Gets or sets script URI. |
ScriptRootPathHref |
Gets or sets script root path URI. |
SecretsFileHref |
Gets or sets secrets file URI. |
TestData |
Gets or sets test data used when testing via the Azure Portal. |
TestDataHref |
Gets or sets test data URI. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET