Interface FunctionEnvelope
-
- All Superinterfaces:
HasInnerModel<FunctionEnvelopeInner>
public interface FunctionEnvelope extends HasInnerModel<FunctionEnvelopeInner>
An immutable representation of function Information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconfig()StringconfigHref()Map<String,String>files()StringfunctionAppId()Stringhref()StringscriptHref()StringscriptRootPathHref()StringsecretsFileHref()StringtestData()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
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
-
testData
String testData()
- Returns:
- the testData value
-
-