StaticSiteFunctionOverviewARMResourcePropertiesOutput interface
StaticSiteFunctionOverviewARMResource resource specific properties
Properties
| function |
The name for the function |
| trigger |
The trigger type of the function |
Property Details
functionName
The name for the function
functionName?: string
Property Value
string
triggerType
The trigger type of the function
triggerType?: "Unknown" | "HttpTrigger"
Property Value
"Unknown" | "HttpTrigger"