你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExpressionRoot interface

The expression root.

Extends

Properties

path

The path.

Inherited Properties

error

The azure resource error info.

subexpressions

The sub expressions.

text

The text.

value

Anything

Property Details

path

The path.

path?: string

Property Value

string

Inherited Property Details

error

The azure resource error info.

error?: AzureResourceErrorInfo

Property Value

Inherited From Expression.error

subexpressions

The sub expressions.

subexpressions?: Expression[]

Property Value

Inherited From Expression.subexpressions

text

The text.

text?: string

Property Value

string

Inherited From Expression.text

value

Anything

value?: any

Property Value

any

Inherited From Expression.value