Class StaticSiteFunctionOverviewArmResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StaticSiteFunctionOverviewArmResourceInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
Static Site Function Overview ARM resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticSiteFunctionOverviewArmResourceInner 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.Set the kind property: Kind of resource.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
StaticSiteFunctionOverviewArmResourceInner
public StaticSiteFunctionOverviewArmResourceInner()Creates an instance of StaticSiteFunctionOverviewArmResourceInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-