Class StaticSiteFunctionOverviewArmResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceInner

public final class StaticSiteFunctionOverviewArmResourceInner extends ProxyOnlyResource
Static Site Function Overview ARM resource.
  • Constructor Details

    • StaticSiteFunctionOverviewArmResourceInner

      public StaticSiteFunctionOverviewArmResourceInner()
  • Method Details

    • withKind

      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • 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.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.