Interface FunctionEnvelope
- All Superinterfaces:
HasInnerModel<FunctionEnvelopeInner>
An immutable representation of function Information.
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
Gets the config value.Gets the configHref value.files()
Gets the files value.Gets the functionAppId value.href()
Gets the href value.Gets the scriptHref value.Gets the scriptRootPathHref value.Gets the secretsFileHref value.testData()
Gets the testData value.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
functionAppId
String functionAppId()Gets the functionAppId value.- Returns:
- the functionAppId value
-
scriptRootPathHref
String scriptRootPathHref()Gets the scriptRootPathHref value.- Returns:
- the scriptRootPathHref value
-
scriptHref
String scriptHref()Gets the scriptHref value.- Returns:
- the scriptHref value
-
configHref
String configHref()Gets the configHref value.- Returns:
- the configHref value
-
secretsFileHref
String secretsFileHref()Gets the secretsFileHref value.- Returns:
- the secretsFileHref value
-
href
String href()Gets the href value.- Returns:
- the href value
-
config
Object config()Gets the config value.- Returns:
- the config value
-
files
Gets the files value.- Returns:
- the files value
-
testData
String testData()Gets the testData value.- Returns:
- the testData value
-