FunctionEnvelope Interface
Implements
public interface FunctionEnvelope
extends HasInnerModel<FunctionEnvelopeInner>
An immutable representation of function Information.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Object |
config()
Gets the config value. |
abstract String |
configHref()
Gets the config |
abstract Map<String,String> |
files()
Gets the files value. |
abstract String |
functionAppId()
Gets the function |
abstract String |
href()
Gets the href value. |
abstract String |
scriptHref()
Gets the script |
abstract String |
scriptRootPathHref()
Gets the script |
abstract String |
secretsFileHref()
Gets the secrets |
abstract String |
testData()
Gets the test |
Method Details
config
public abstract Object config()
Gets the config value.
Returns:
configHref
public abstract String configHref()
Gets the configHref value.
Returns:
files
public abstract Map
Gets the files value.
Returns:
functionAppId
public abstract String functionAppId()
Gets the functionAppId value.
Returns:
href
public abstract String href()
Gets the href value.
Returns:
scriptHref
public abstract String scriptHref()
Gets the scriptHref value.
Returns:
scriptRootPathHref
public abstract String scriptRootPathHref()
Gets the scriptRootPathHref value.
Returns:
secretsFileHref
public abstract String secretsFileHref()
Gets the secretsFileHref value.
Returns:
testData
public abstract String testData()
Gets the testData value.
Returns:
Applies to
Azure SDK for Java