Uses of Class
com.azure.resourcemanager.appservice.models.TriggerTypes
-
Packages that use TriggerTypes Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TriggerTypes in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TriggerTypes Modifier and Type Method Description TriggerTypesStaticSiteFunctionOverviewArmResourceInner. triggerType()Get the triggerType property: The trigger type of the function.TriggerTypesStaticSiteFunctionOverviewArmResourceProperties. triggerType()Get the triggerType property: The trigger type of the function. -
Uses of TriggerTypes in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as TriggerTypes Modifier and Type Field Description static TriggerTypesTriggerTypes. HTTP_TRIGGERStatic value HttpTrigger for TriggerTypes.static TriggerTypesTriggerTypes. UNKNOWNStatic value Unknown for TriggerTypes.Methods in com.azure.resourcemanager.appservice.models that return TriggerTypes Modifier and Type Method Description static TriggerTypesTriggerTypes. fromString(String name)Creates or finds a TriggerTypes from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TriggerTypes Modifier and Type Method Description static Collection<TriggerTypes>TriggerTypes. values()
-