Class StaticSiteFunctionOverviewArmResourceProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceProperties
StaticSiteFunctionOverviewARMResource resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticSiteFunctionOverviewArmResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the functionName property: The name for the function.Get the triggerType property: The trigger type of the function.voidvalidate()Validates the instance.
-
Constructor Details
-
StaticSiteFunctionOverviewArmResourceProperties
public StaticSiteFunctionOverviewArmResourceProperties()Creates an instance of StaticSiteFunctionOverviewArmResourceProperties class.
-
-
Method Details
-
functionName
Get the functionName property: The name for the function.- Returns:
- the functionName value.
-
triggerType
Get the triggerType property: The trigger type of the function.- Returns:
- the triggerType value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-