ArmAppServiceModelFactory.FunctionEnvelopeData Method
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
FunctionEnvelopeData(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, String, String, String, String, BinaryData, IDictionary<String,String>, String, String, String, Nullable<Boolean>, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of FunctionEnvelopeData.
public static Azure.ResourceManager.AppService.FunctionEnvelopeData FunctionEnvelopeData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string functionAppId = default, string scriptRootPathHref = default, string scriptHref = default, string configHref = default, string testDataHref = default, string secretsFileHref = default, string href = default, BinaryData config = default, System.Collections.Generic.IDictionary<string,string> files = default, string testData = default, string invokeUrlTemplate = default, string language = default, bool? isDisabled = default, string kind = default);
static member FunctionEnvelopeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string * string * BinaryData * System.Collections.Generic.IDictionary<string, string> * string * string * string * Nullable<bool> * string -> Azure.ResourceManager.AppService.FunctionEnvelopeData
Public Shared Function FunctionEnvelopeData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 BinaryData = 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, Optional kind As String = Nothing) As FunctionEnvelopeData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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
- BinaryData
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.
- kind
- String
Kind of resource.
Returns
A new FunctionEnvelopeData instance for mocking.
Applies to
FunctionEnvelopeData(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, String, String, String, String, String, BinaryData, IDictionary<String,String>, String, String, String, Nullable<Boolean>)
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of FunctionEnvelopeData.
public static Azure.ResourceManager.AppService.FunctionEnvelopeData FunctionEnvelopeData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = 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, BinaryData config = default, System.Collections.Generic.IDictionary<string,string> files = default, string testData = default, string invokeUrlTemplate = default, string language = default, bool? isDisabled = default);
static member FunctionEnvelopeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string * string * string * BinaryData * System.Collections.Generic.IDictionary<string, string> * string * string * string * Nullable<bool> -> Azure.ResourceManager.AppService.FunctionEnvelopeData
Public Shared Function FunctionEnvelopeData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 BinaryData = 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) As FunctionEnvelopeData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: FunctionEnvelope.kind
- functionAppId
- String
Function App ID. Serialized Name: FunctionEnvelope.properties.function_app_id
- scriptRootPathHref
- String
Script root path URI. Serialized Name: FunctionEnvelope.properties.script_root_path_href
- scriptHref
- String
Script URI. Serialized Name: FunctionEnvelope.properties.script_href
- configHref
- String
Config URI. Serialized Name: FunctionEnvelope.properties.config_href
- testDataHref
- String
Test data URI. Serialized Name: FunctionEnvelope.properties.test_data_href
- secretsFileHref
- String
Secrets file URI. Serialized Name: FunctionEnvelope.properties.secrets_file_href
- href
- String
Function URI. Serialized Name: FunctionEnvelope.properties.href
- config
- BinaryData
Config information. Serialized Name: FunctionEnvelope.properties.config
- files
- IDictionary<String,String>
File list. Serialized Name: FunctionEnvelope.properties.files
- testData
- String
Test data used when testing via the Azure Portal. Serialized Name: FunctionEnvelope.properties.test_data
- invokeUrlTemplate
- String
The invocation URL Serialized Name: FunctionEnvelope.properties.invoke_url_template
- language
- String
The function language Serialized Name: FunctionEnvelope.properties.language
Gets or sets a value indicating whether the function is disabled Serialized Name: FunctionEnvelope.properties.isDisabled
Returns
A new FunctionEnvelopeData instance for mocking.