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 files()

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