StaticSiteFunctionOverviewArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteFunctionOverviewArmResourceInner
- com.
- com.
- com.
public final class StaticSiteFunctionOverviewArmResourceInner
extends ProxyOnlyResource
Static Site Function Overview ARM resource.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteFunctionOverviewArmResourceInner() |
Creates an instance of Static |
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: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
Trigger |
triggerType()
Get the trigger |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Static |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StaticSiteFunctionOverviewArmResourceInner
public StaticSiteFunctionOverviewArmResourceInner()
Creates an instance of StaticSiteFunctionOverviewArmResourceInner class.
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: Fully qualified resource Id for the resource.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
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: The type of the resource.
Overrides:
StaticSiteFunctionOverviewArmResourceInner.type()Returns:
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:
Applies to
Azure SDK for Java