Class StaticSiteFunctionOverviewArmResourceProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceProperties

public final class StaticSiteFunctionOverviewArmResourceProperties extends Object
StaticSiteFunctionOverviewARMResource resource specific properties.
  • Constructor Details

    • StaticSiteFunctionOverviewArmResourceProperties

      public StaticSiteFunctionOverviewArmResourceProperties()
  • Method Details

    • 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.