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

StaticSiteUserProvidedFunctionAppARMResourceProperties Class

StaticSiteUserProvidedFunctionAppARMResource resource specific properties.

Constructor

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

Variables

Name Description
function_app_resource_id
str

The resource id of the function app registered with the static site.

function_app_region
str

The region of the function app registered with the static site.

created_on

The date and time on which the function app was registered with the static site.

Attributes

created_on

The date and time on which the function app was registered with the static site.

created_on: datetime | None

function_app_region

The region of the function app registered with the static site.

function_app_region: str | None

function_app_resource_id

The resource id of the function app registered with the static site.

function_app_resource_id: str | None