StaticSiteLinkedBackendArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteLinkedBackendArmResourceInner
- com.
- com.
- com.
public final class StaticSiteLinkedBackendArmResourceInner
extends ProxyOnlyResource
Static Site Linked Backend ARM resource.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteLinkedBackendArmResourceInner() |
Creates an instance of Static |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
backendResourceId()
Get the backend |
Offset |
createdOn()
Get the created |
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
provisioningState()
Get the provisioning |
String |
region()
Get the region property: The region of the backend linked to the static site. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Static |
withBackendResourceId(String backendResourceId)
Set the backend |
Static |
withKind(String kind)
Set the kind property: Kind of resource. |
Static |
withRegion(String region)
Set the region property: The region of the backend linked to the static site. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StaticSiteLinkedBackendArmResourceInner
public StaticSiteLinkedBackendArmResourceInner()
Creates an instance of StaticSiteLinkedBackendArmResourceInner class.
Method Details
backendResourceId
public String backendResourceId()
Get the backendResourceId property: The resource id of the backend linked to the static site.
Returns:
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: The date and time on which the backend was linked to the static site.
Returns:
fromJson
public static StaticSiteLinkedBackendArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteLinkedBackendArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StaticSiteLinkedBackendArmResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StaticSiteLinkedBackendArmResourceInner.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioning state of the linking process.
Returns:
region
public String region()
Get the region property: The region of the backend linked to the static site.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSiteLinkedBackendArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StaticSiteLinkedBackendArmResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSiteLinkedBackendArmResourceInner.validate()withBackendResourceId
public StaticSiteLinkedBackendArmResourceInner withBackendResourceId(String backendResourceId)
Set the backendResourceId property: The resource id of the backend linked to the static site.
Parameters:
Returns:
withKind
public StaticSiteLinkedBackendArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StaticSiteLinkedBackendArmResourceInner.withKind(String kind)Parameters:
withRegion
public StaticSiteLinkedBackendArmResourceInner withRegion(String region)
Set the region property: The region of the backend linked to the static site.
Parameters:
Returns:
Applies to
Azure SDK for Java