StaticSiteBuildArmResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteBuildArmResourceInner
- com.
- com.
- com.
public final class StaticSiteBuildArmResourceInner
extends ProxyOnlyResource
Static Site Build ARM resource.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteBuildArmResourceInner() |
Creates an instance of Static |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
buildId()
Get the build |
Offset |
createdTimeUtc()
Get the created |
List<Database |
databaseConnections()
Get the database |
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
String |
hostname()
Get the hostname property: The hostname for a static site build. |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Offset |
lastUpdatedOn()
Get the last |
List<Static |
linkedBackends()
Get the linked |
String |
name()
Get the name property: The name of the resource. |
String |
pullRequestTitle()
Get the pull |
String |
sourceBranch()
Get the source |
Build |
status()
Get the status property: The status of the static site build. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
List<Static |
userProvidedFunctionApps()
Get the user |
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
StaticSiteBuildArmResourceInner
public StaticSiteBuildArmResourceInner()
Creates an instance of StaticSiteBuildArmResourceInner class.
Method Details
buildId
public String buildId()
Get the buildId property: An identifier for the static site build.
Returns:
createdTimeUtc
public OffsetDateTime createdTimeUtc()
Get the createdTimeUtc property: When this build was created.
Returns:
databaseConnections
public List
Get the databaseConnections property: Database connections for the static site build.
Returns:
fromJson
public static StaticSiteBuildArmResourceInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteBuildArmResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: The hostname for a static site build.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StaticSiteBuildArmResourceInner.id()Returns:
lastUpdatedOn
public OffsetDateTime lastUpdatedOn()
Get the lastUpdatedOn property: When this build was updated.
Returns:
linkedBackends
public List
Get the linkedBackends property: Backends linked to the static side build.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StaticSiteBuildArmResourceInner.name()Returns:
pullRequestTitle
public String pullRequestTitle()
Get the pullRequestTitle property: The title of a pull request that a static site build is related to.
Returns:
sourceBranch
public String sourceBranch()
Get the sourceBranch property: The source branch.
Returns:
status
public BuildStatus status()
Get the status property: The status of the static site build.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSiteBuildArmResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StaticSiteBuildArmResourceInner.type()Returns:
userProvidedFunctionApps
public List
Get the userProvidedFunctionApps property: User provided function apps registered with the static site build.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSiteBuildArmResourceInner.validate()withKind
public StaticSiteBuildArmResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StaticSiteBuildArmResourceInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java