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

JavaComponentConfigurationProperty Class

Configuration properties for a Java Component.

Constructor

JavaComponentConfigurationProperty(*, property_name: str | None = None, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
property_name
str

The name of the property.

Default value: None
value
str

The value of the property.

Default value: None

Variables

Name Description
property_name
str

The name of the property.

value
str

The value of the property.