public final class StaticSiteBuildArmResourceProperties extends Object
| Constructor and Description |
|---|
StaticSiteBuildArmResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildId()
Get the buildId property: An identifier for the static site build.
|
OffsetDateTime |
createdTimeUtc()
Get the createdTimeUtc property: When this build was created.
|
String |
hostname()
Get the hostname property: The hostname for a static site build.
|
OffsetDateTime |
lastUpdatedOn()
Get the lastUpdatedOn property: When this build was updated.
|
String |
pullRequestTitle()
Get the pullRequestTitle property: The title of a pull request that a static site build is related to.
|
String |
sourceBranch()
Get the sourceBranch property: The source branch.
|
BuildStatus |
status()
Get the status property: The status of the static site build.
|
List<StaticSiteUserProvidedFunctionApp> |
userProvidedFunctionApps()
Get the userProvidedFunctionApps property: User provided function apps registered with the static site build.
|
void |
validate()
Validates the instance.
|
public StaticSiteBuildArmResourceProperties()
public String buildId()
public String sourceBranch()
public String pullRequestTitle()
public String hostname()
public OffsetDateTime createdTimeUtc()
public OffsetDateTime lastUpdatedOn()
public BuildStatus status()
public List<StaticSiteUserProvidedFunctionApp> userProvidedFunctionApps()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.