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 Summary
Constructors Constructor Description StaticSiteFunctionOverviewArmResourceInner()
-
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.StaticSiteFunctionOverviewArmResourceInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public StaticSiteFunctionOverviewArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- 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:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-