StaticSiteUserProvidedFunctionAppProperties Class

StaticSiteUserProvidedFunctionApp resource specific properties.

Constructor

StaticSiteUserProvidedFunctionAppProperties(*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