共用方式為


FunctionEnvelopeInner Constructors

Definition

Overloads

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.

FunctionEnvelopeInner()

Initializes a new instance of the FunctionEnvelopeInner class.

public FunctionEnvelopeInner ();
Public Sub New ()

Applies to

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.

public FunctionEnvelopeInner (string id = default, string name = default, string type = default, string kind = default, string functionAppId = default, string scriptRootPathHref = default, string scriptHref = default, string configHref = default, string testDataHref = default, string secretsFileHref = default, string href = default, object config = default, System.Collections.Generic.IDictionary<string,string> files = default, string testData = default, string invokeUrlTemplate = default, string language = default, bool? isDisabled = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner : string * string * string * string * string * string * string * string * string * string * string * obj * System.Collections.Generic.IDictionary<string, string> * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional functionAppId As String = Nothing, Optional scriptRootPathHref As String = Nothing, Optional scriptHref As String = Nothing, Optional configHref As String = Nothing, Optional testDataHref As String = Nothing, Optional secretsFileHref As String = Nothing, Optional href As String = Nothing, Optional config As Object = Nothing, Optional files As IDictionary(Of String, String) = Nothing, Optional testData As String = Nothing, Optional invokeUrlTemplate As String = Nothing, Optional language As String = Nothing, Optional isDisabled As Nullable(Of Boolean) = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

functionAppId
String

Function App ID.

scriptRootPathHref
String

Script root path URI.

scriptHref
String

Script URI.

configHref
String

Config URI.

testDataHref
String

Test data URI.

secretsFileHref
String

Secrets file URI.

href
String

Function URI.

config
Object

Config information.

files
IDictionary<String,String>

File list.

testData
String

Test data used when testing via the Azure Portal.

invokeUrlTemplate
String

The invocation URL

language
String

The function language

isDisabled
Nullable<Boolean>

Gets or sets a value indicating whether the function is disabled

Applies to