StaticSiteUserProvidedFunctionAppArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteUserProvidedFunctionAppArmResourceInner
- com.
- com.
- com.
public final class StaticSiteUserProvidedFunctionAppArmResourceInner
extends ProxyOnlyResource
Static Site User Provided Function App ARM resource.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteUserProvidedFunctionAppArmResourceInner() |
Creates an instance of Static |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
createdOn()
Get the created |
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
String |
functionAppRegion()
Get the function |
String |
functionAppResourceId()
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) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Static |
withFunctionAppRegion(String functionAppRegion)
Set the function |
Static |
withFunctionAppResourceId(String functionAppResourceId)
Set the function |
Static |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StaticSiteUserProvidedFunctionAppArmResourceInner
public StaticSiteUserProvidedFunctionAppArmResourceInner()
Creates an instance of StaticSiteUserProvidedFunctionAppArmResourceInner class.
Method Details
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: The date and time on which the function app was registered with the static site.
Returns:
fromJson
public static StaticSiteUserProvidedFunctionAppArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteUserProvidedFunctionAppArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
functionAppRegion
public String functionAppRegion()
Get the functionAppRegion property: The region of the function app registered with the static site.
Returns:
functionAppResourceId
public String functionAppResourceId()
Get the functionAppResourceId property: The resource id of the function app registered with the static site.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.validate()withFunctionAppRegion
public StaticSiteUserProvidedFunctionAppArmResourceInner withFunctionAppRegion(String functionAppRegion)
Set the functionAppRegion property: The region of the function app registered with the static site.
Parameters:
Returns:
withFunctionAppResourceId
public StaticSiteUserProvidedFunctionAppArmResourceInner withFunctionAppResourceId(String functionAppResourceId)
Set the functionAppResourceId property: The resource id of the function app registered with the static site.
Parameters:
Returns:
withKind
public StaticSiteUserProvidedFunctionAppArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StaticSiteUserProvidedFunctionAppArmResourceInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java