| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withConfig(Object config)
Set the config property: Config information.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withConfigHref(String configHref)
Set the configHref property: Config URI.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withFiles(Map<String,String> files)
Set the files property: File list.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withFunctionAppId(String functionAppId)
Set the functionAppId property: Function App ID.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withHref(String href)
Set the href property: Function URI.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withInvokeUrlTemplate(String invokeUrlTemplate)
Set the invokeUrlTemplate property: The invocation URL.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withIsDisabled(Boolean isDisabled)
Set the isDisabled property: Gets or sets a value indicating whether the function is disabled.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withLanguage(String language)
Set the language property: The function language.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withScriptHref(String scriptHref)
Set the scriptHref property: Script URI.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withScriptRootPathHref(String scriptRootPathHref)
Set the scriptRootPathHref property: Script root path URI.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withSecretsFileHref(String secretsFileHref)
Set the secretsFileHref property: Secrets file URI.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withTestData(String testData)
Set the testData property: Test data used when testing via the Azure Portal.
|
FunctionEnvelopeProperties |
FunctionEnvelopeProperties.withTestDataHref(String testDataHref)
Set the testDataHref property: Test data URI.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.