FunctionEnvelopeInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. FunctionEnvelopeInner
- com.
- com.
- com.
public final class FunctionEnvelopeInner
extends ProxyOnlyResource
Function information.
Constructor Summary
Constructor | Description |
---|---|
FunctionEnvelopeInner() |
Creates an instance of Function |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
config()
Get the config property: Config information. |
String |
configHref()
Get the config |
Map<String,String> |
files()
Get the files property: File list. |
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
String |
functionAppId()
Get the function |
String |
href()
Get the href property: Function URI. |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
invokeUrlTemplate()
Get the invoke |
Boolean |
isDisabled()
Get the is |
String |
language()
Get the language property: The function language. |
String |
name()
Get the name property: The name of the resource. |
String |
scriptHref()
Get the script |
String |
scriptRootPathHref()
Get the script |
String |
secretsFileHref()
Get the secrets |
String |
testData()
Get the test |
String |
testDataHref()
Get the test |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Function |
withConfig(Object config)
Set the config property: Config information. |
Function |
withConfigHref(String configHref)
Set the config |
Function |
withFiles(Map<String,String> files)
Set the files property: File list. |
Function |
withFunctionAppId(String functionAppId)
Set the function |
Function |
withHref(String href)
Set the href property: Function URI. |
Function |
withInvokeUrlTemplate(String invokeUrlTemplate)
Set the invoke |
Function |
withIsDisabled(Boolean isDisabled)
Set the is |
Function |
withKind(String kind)
Set the kind property: Kind of resource. |
Function |
withLanguage(String language)
Set the language property: The function language. |
Function |
withScriptHref(String scriptHref)
Set the script |
Function |
withScriptRootPathHref(String scriptRootPathHref)
Set the script |
Function |
withSecretsFileHref(String secretsFileHref)
Set the secrets |
Function |
withTestData(String testData)
Set the test |
Function |
withTestDataHref(String testDataHref)
Set the test |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
FunctionEnvelopeInner
public FunctionEnvelopeInner()
Creates an instance of FunctionEnvelopeInner class.
Method Details
config
public Object config()
Get the config property: Config information.
Returns:
configHref
public String configHref()
Get the configHref property: Config URI.
Returns:
files
public Map
Get the files property: File list.
Returns:
fromJson
public static FunctionEnvelopeInner fromJson(JsonReader jsonReader)
Reads an instance of FunctionEnvelopeInner from the JsonReader.
Parameters:
Returns:
Throws:
functionAppId
public String functionAppId()
Get the functionAppId property: Function App ID.
Returns:
href
public String href()
Get the href property: Function URI.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
FunctionEnvelopeInner.id()Returns:
invokeUrlTemplate
public String invokeUrlTemplate()
Get the invokeUrlTemplate property: The invocation URL.
Returns:
isDisabled
public Boolean isDisabled()
Get the isDisabled property: Gets or sets a value indicating whether the function is disabled.
Returns:
language
public String language()
Get the language property: The function language.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
FunctionEnvelopeInner.name()Returns:
scriptHref
public String scriptHref()
Get the scriptHref property: Script URI.
Returns:
scriptRootPathHref
public String scriptRootPathHref()
Get the scriptRootPathHref property: Script root path URI.
Returns:
secretsFileHref
public String secretsFileHref()
Get the secretsFileHref property: Secrets file URI.
Returns:
testData
public String testData()
Get the testData property: Test data used when testing via the Azure Portal.
Returns:
testDataHref
public String testDataHref()
Get the testDataHref property: Test data URI.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FunctionEnvelopeInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
FunctionEnvelopeInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
FunctionEnvelopeInner.validate()withConfig
public FunctionEnvelopeInner withConfig(Object config)
Set the config property: Config information.
Parameters:
Returns:
withConfigHref
public FunctionEnvelopeInner withConfigHref(String configHref)
Set the configHref property: Config URI.
Parameters:
Returns:
withFiles
public FunctionEnvelopeInner withFiles(Map
Set the files property: File list.
Parameters:
Returns:
withFunctionAppId
public FunctionEnvelopeInner withFunctionAppId(String functionAppId)
Set the functionAppId property: Function App ID.
Parameters:
Returns:
withHref
public FunctionEnvelopeInner withHref(String href)
Set the href property: Function URI.
Parameters:
Returns:
withInvokeUrlTemplate
public FunctionEnvelopeInner withInvokeUrlTemplate(String invokeUrlTemplate)
Set the invokeUrlTemplate property: The invocation URL.
Parameters:
Returns:
withIsDisabled
public FunctionEnvelopeInner withIsDisabled(Boolean isDisabled)
Set the isDisabled property: Gets or sets a value indicating whether the function is disabled.
Parameters:
Returns:
withKind
public FunctionEnvelopeInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
FunctionEnvelopeInner.withKind(String kind)Parameters:
withLanguage
public FunctionEnvelopeInner withLanguage(String language)
Set the language property: The function language.
Parameters:
Returns:
withScriptHref
public FunctionEnvelopeInner withScriptHref(String scriptHref)
Set the scriptHref property: Script URI.
Parameters:
Returns:
withScriptRootPathHref
public FunctionEnvelopeInner withScriptRootPathHref(String scriptRootPathHref)
Set the scriptRootPathHref property: Script root path URI.
Parameters:
Returns:
withSecretsFileHref
public FunctionEnvelopeInner withSecretsFileHref(String secretsFileHref)
Set the secretsFileHref property: Secrets file URI.
Parameters:
Returns:
withTestData
public FunctionEnvelopeInner withTestData(String testData)
Set the testData property: Test data used when testing via the Azure Portal.
Parameters:
Returns:
withTestDataHref
public FunctionEnvelopeInner withTestDataHref(String testDataHref)
Set the testDataHref property: Test data URI.
Parameters:
Returns:
Applies to
Azure SDK for Java