Class StaticSiteFunctionOverviewArmResourceProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceProperties
-
public final class StaticSiteFunctionOverviewArmResourceProperties extends Object
StaticSiteFunctionOverviewARMResource resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description StaticSiteFunctionOverviewArmResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfunctionName()Get the functionName property: The name for the function.TriggerTypestriggerType()Get the triggerType property: The trigger type of the function.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
functionName
public String functionName()
Get the functionName property: The name for the function.- Returns:
- the functionName value.
-
triggerType
public TriggerTypes 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.
-
-