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

StaticSiteFunctionOverviewARMResourceProperties Class

StaticSiteFunctionOverviewARMResource resource specific properties.

Constructor

StaticSiteFunctionOverviewARMResourceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
function_name
str

The name for the function.

trigger_type

The trigger type of the function. Known values are: "HttpTrigger" and "Unknown".

Attributes

function_name

The name for the function.

function_name: str | None

trigger_type

"HttpTrigger" and "Unknown".

trigger_type: str | _models.TriggerTypes | None