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