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() |
abstract String | configHref() |
abstract Map<String,String> | files() |
abstract String | functionAppId() |
abstract String | href() |
abstract String | scriptHref() |
abstract String | scriptRootPathHref() |
abstract String | secretsFileHref() |
abstract String | testData() |
Method Details
config
public abstract Object config()
Returns:
the config value
configHref
public abstract String configHref()
Returns:
the configHref value
files
public abstract Map
Returns:
the files value
functionAppId
public abstract String functionAppId()
Returns:
the functionAppId value
href
public abstract String href()
Returns:
the href value
scriptHref
public abstract String scriptHref()
Returns:
the scriptHref value
scriptRootPathHref
public abstract String scriptRootPathHref()
Returns:
the scriptRootPathHref value
secretsFileHref
public abstract String secretsFileHref()
Returns:
the secretsFileHref value
testData
public abstract String testData()
Returns:
the testData value
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java