Uses of Class
com.azure.resourcemanager.appservice.fluent.models.FunctionEnvelopeProperties
Packages that use FunctionEnvelopeProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of FunctionEnvelopeProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FunctionEnvelopePropertiesModifier and TypeMethodDescriptionstatic FunctionEnvelopeProperties
FunctionEnvelopeProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionEnvelopeProperties from the JsonReader.FunctionEnvelopeProperties.withConfig
(Object config) Set the config property: Config information.FunctionEnvelopeProperties.withConfigHref
(String configHref) Set the configHref property: Config URI.Set the files property: File list.FunctionEnvelopeProperties.withFunctionAppId
(String functionAppId) Set the functionAppId property: Function App ID.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.