Partilhar via


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 configHref value.

abstract Map<String,String> files()

Gets the files value.

abstract String functionAppId()

Gets the functionAppId value.

abstract String href()

Gets the href value.

abstract String scriptHref()

Gets the scriptHref value.

abstract String scriptRootPathHref()

Gets the scriptRootPathHref value.

abstract String secretsFileHref()

Gets the secretsFileHref value.

abstract String testData()

Gets the testData value.

Method Details

config

public abstract Object config()

Gets the config value.

Returns:

the config value

configHref

public abstract String configHref()

Gets the configHref value.

Returns:

the configHref value

files

public abstract Map files()

Gets the files value.

Returns:

the files value

functionAppId

public abstract String functionAppId()

Gets the functionAppId value.

Returns:

the functionAppId value

href

public abstract String href()

Gets the href value.

Returns:

the href value

scriptHref

public abstract String scriptHref()

Gets the scriptHref value.

Returns:

the scriptHref value

scriptRootPathHref

public abstract String scriptRootPathHref()

Gets the scriptRootPathHref value.

Returns:

the scriptRootPathHref value

secretsFileHref

public abstract String secretsFileHref()

Gets the secretsFileHref value.

Returns:

the secretsFileHref value

testData

public abstract String testData()

Gets the testData value.

Returns:

the testData value

Applies to