StaticSiteFunctionOverviewArmResourceInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteFunctionOverviewArmResourceInner
- com.
- com.
public final class StaticSiteFunctionOverviewArmResourceInner
extends ProxyOnlyResource
Static Site Function Overview ARM resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
| String |
functionName()
Get the function |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Trigger |
triggerType()
Get the trigger |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static StaticSiteFunctionOverviewArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteFunctionOverviewArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
functionName
public String functionName()
Get the functionName property: The name for the function.
Returns:
id
public String id()
Get the id property: Resource Id.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSiteFunctionOverviewArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
triggerType
public TriggerTypes triggerType()
Get the triggerType property: The trigger type of the function.
Returns:
type
public String type()
Get the type property: Resource type.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.validate()