public final class FunctionEnvelopeProperties extends Object
| Constructor and Description |
|---|
FunctionEnvelopeProperties() |
| Modifier and Type | Method and Description |
|---|---|
Object |
config()
Get the config property: Config information.
|
String |
configHref()
Get the configHref property: Config URI.
|
Map<String,String> |
files()
Get the files property: File list.
|
String |
functionAppId()
Get the functionAppId property: Function App ID.
|
String |
href()
Get the href property: Function URI.
|
String |
invokeUrlTemplate()
Get the invokeUrlTemplate property: The invocation URL.
|
Boolean |
isDisabled()
Get the isDisabled property: Gets or sets a value indicating whether the function is disabled.
|
String |
language()
Get the language property: The function language.
|
String |
scriptHref()
Get the scriptHref property: Script URI.
|
String |
scriptRootPathHref()
Get the scriptRootPathHref property: Script root path URI.
|
String |
secretsFileHref()
Get the secretsFileHref property: Secrets file URI.
|
String |
testData()
Get the testData property: Test data used when testing via the Azure Portal.
|
String |
testDataHref()
Get the testDataHref property: Test data URI.
|
void |
validate()
Validates the instance.
|
FunctionEnvelopeProperties |
withConfig(Object config)
Set the config property: Config information.
|
FunctionEnvelopeProperties |
withConfigHref(String configHref)
Set the configHref property: Config URI.
|
FunctionEnvelopeProperties |
withFiles(Map<String,String> files)
Set the files property: File list.
|
FunctionEnvelopeProperties |
withFunctionAppId(String functionAppId)
Set the functionAppId property: Function App ID.
|
FunctionEnvelopeProperties |
withHref(String href)
Set the href property: Function URI.
|
FunctionEnvelopeProperties |
withInvokeUrlTemplate(String invokeUrlTemplate)
Set the invokeUrlTemplate property: The invocation URL.
|
FunctionEnvelopeProperties |
withIsDisabled(Boolean isDisabled)
Set the isDisabled property: Gets or sets a value indicating whether the function is disabled.
|
FunctionEnvelopeProperties |
withLanguage(String language)
Set the language property: The function language.
|
FunctionEnvelopeProperties |
withScriptHref(String scriptHref)
Set the scriptHref property: Script URI.
|
FunctionEnvelopeProperties |
withScriptRootPathHref(String scriptRootPathHref)
Set the scriptRootPathHref property: Script root path URI.
|
FunctionEnvelopeProperties |
withSecretsFileHref(String secretsFileHref)
Set the secretsFileHref property: Secrets file URI.
|
FunctionEnvelopeProperties |
withTestData(String testData)
Set the testData property: Test data used when testing via the Azure Portal.
|
FunctionEnvelopeProperties |
withTestDataHref(String testDataHref)
Set the testDataHref property: Test data URI.
|
public String functionAppId()
public FunctionEnvelopeProperties withFunctionAppId(String functionAppId)
functionAppId - the functionAppId value to set.public String scriptRootPathHref()
public FunctionEnvelopeProperties withScriptRootPathHref(String scriptRootPathHref)
scriptRootPathHref - the scriptRootPathHref value to set.public String scriptHref()
public FunctionEnvelopeProperties withScriptHref(String scriptHref)
scriptHref - the scriptHref value to set.public String configHref()
public FunctionEnvelopeProperties withConfigHref(String configHref)
configHref - the configHref value to set.public String testDataHref()
public FunctionEnvelopeProperties withTestDataHref(String testDataHref)
testDataHref - the testDataHref value to set.public String secretsFileHref()
public FunctionEnvelopeProperties withSecretsFileHref(String secretsFileHref)
secretsFileHref - the secretsFileHref value to set.public String href()
public FunctionEnvelopeProperties withHref(String href)
href - the href value to set.public Object config()
public FunctionEnvelopeProperties withConfig(Object config)
config - the config value to set.public Map<String,String> files()
public FunctionEnvelopeProperties withFiles(Map<String,String> files)
files - the files value to set.public String testData()
public FunctionEnvelopeProperties withTestData(String testData)
testData - the testData value to set.public String invokeUrlTemplate()
public FunctionEnvelopeProperties withInvokeUrlTemplate(String invokeUrlTemplate)
invokeUrlTemplate - the invokeUrlTemplate value to set.public String language()
public FunctionEnvelopeProperties withLanguage(String language)
language - the language value to set.public Boolean isDisabled()
public FunctionEnvelopeProperties withIsDisabled(Boolean isDisabled)
isDisabled - the isDisabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.