Share via


StaticSiteFunctionOverviewARMResourcePropertiesOutput interface

StaticSiteFunctionOverviewARMResource resource specific properties

Properties

functionName

The name for the function

triggerType

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"