Interface FunctionEnvelope
- All Superinterfaces:
HasInner<com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner>
public interface FunctionEnvelope
extends HasInner<com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner>
An immutable representation of function Information.
-
Method Details
-
functionAppId
String functionAppId()- Returns:
- the functionAppId value
-
scriptRootPathHref
String scriptRootPathHref()- Returns:
- the scriptRootPathHref value
-
scriptHref
String scriptHref()- Returns:
- the scriptHref value
-
configHref
String configHref()- Returns:
- the configHref value
-
secretsFileHref
String secretsFileHref()- Returns:
- the secretsFileHref value
-
href
String href()- Returns:
- the href value
-
config
Object config()- Returns:
- the config value
-
files
- Returns:
- the files value
-
testData
String testData()- Returns:
- the testData value
-