StaticSiteFunctionOverviewArmResourceInner Class

public final class StaticSiteFunctionOverviewArmResourceInner
extends ProxyOnlyResource

Static Site Function Overview ARM resource.

Constructor Summary

Constructor Description
StaticSiteFunctionOverviewArmResourceInner()

Creates an instance of StaticSiteFunctionOverviewArmResourceInner class.

Method Summary

Modifier and Type Method and Description
String functionName()

Get the functionName property: The name for the function.

TriggerTypes triggerType()

Get the triggerType property: The trigger type of the function.

void validate()

Validates the instance.

StaticSiteFunctionOverviewArmResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

StaticSiteFunctionOverviewArmResourceInner

public StaticSiteFunctionOverviewArmResourceInner()

Creates an instance of StaticSiteFunctionOverviewArmResourceInner class.

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.

Overrides:

StaticSiteFunctionOverviewArmResourceInner.validate()

withKind

public StaticSiteFunctionOverviewArmResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

StaticSiteFunctionOverviewArmResourceInner.withKind(String kind)

Parameters:

kind

Applies to