FunctionEnvelope Constructors
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.
Overloads
FunctionEnvelope() | |
FunctionEnvelope(String, String, String, String, String, String, String, String, String, String, String, Object, IDictionary<String,String>, String) |
FunctionEnvelope()
public FunctionEnvelope ();
Public Sub New ()
Applies to
FunctionEnvelope(String, String, String, String, String, String, String, String, String, String, String, Object, IDictionary<String,String>, String)
public FunctionEnvelope (string id = default, string name = default, string kind = default, string type = default, string functionEnvelopeName = default, string functionAppId = default, string scriptRootPathHref = default, string scriptHref = default, string configHref = default, string secretsFileHref = default, string href = default, object config = default, System.Collections.Generic.IDictionary<string,string> files = default, string testData = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FunctionEnvelope : string * string * string * string * string * string * string * string * string * string * string * obj * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FunctionEnvelope
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional functionEnvelopeName As String = Nothing, Optional functionAppId As String = Nothing, Optional scriptRootPathHref As String = Nothing, Optional scriptHref As String = Nothing, Optional configHref 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)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- functionEnvelopeName
- String
- functionAppId
- String
- scriptRootPathHref
- String
- scriptHref
- String
- configHref
- String
- secretsFileHref
- String
- href
- String
- config
- Object
- files
- IDictionary<String,String>
- testData
- String