StaticSiteFunctionOverviewARMResource Class

Static Site Function Overview ARM resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_02_01.models._models_py3.ProxyOnlyResource
StaticSiteFunctionOverviewARMResource

Constructor

StaticSiteFunctionOverviewARMResource(*, kind: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

function_name
str

The name for the function.

trigger_type
str or TriggerTypes

The trigger type of the function. Possible values include: "HttpTrigger", "Unknown".