StaticSiteFunctionOverviewARMResourceProperties Class
StaticSiteFunctionOverviewARMResource resource specific properties.
Constructor
StaticSiteFunctionOverviewARMResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
function_name
|
The name for the function. |
|
trigger_type
|
str or
TriggerTypes
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