| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteBuildProperties |
StaticSiteArmResourceInner.buildProperties()
Get the buildProperties property: Build properties to configure on the repository.
|
StaticSiteBuildProperties |
StaticSite.buildProperties()
Get the buildProperties property: Build properties to configure on the repository.
|
StaticSiteBuildProperties |
StaticSitesWorkflowPreviewRequestProperties.buildProperties()
Get the buildProperties property: Build properties to configure on the repository.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteArmResourceInner |
StaticSiteArmResourceInner.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
StaticSite |
StaticSite.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
StaticSitesWorkflowPreviewRequestProperties |
StaticSitesWorkflowPreviewRequestProperties.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteBuildProperties |
StaticSitesWorkflowPreviewRequest.buildProperties()
Get the buildProperties property: Build properties to configure on the repository.
|
StaticSiteBuildProperties |
StaticSitePatchResource.buildProperties()
Get the buildProperties property: Build properties to configure on the repository.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withApiBuildCommand(String apiBuildCommand)
Set the apiBuildCommand property: A custom command to run during deployment of the Azure Functions API
application.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withApiLocation(String apiLocation)
Set the apiLocation property: The path to the api code within the repository.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withAppArtifactLocation(String appArtifactLocation)
Set the appArtifactLocation property: Deprecated: The path of the app artifacts after building (deprecated in
favor of OutputLocation).
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withAppBuildCommand(String appBuildCommand)
Set the appBuildCommand property: A custom command to run during deployment of the static content application.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withAppLocation(String appLocation)
Set the appLocation property: The path to the app code within the repository.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withGithubActionSecretNameOverride(String githubActionSecretNameOverride)
Set the githubActionSecretNameOverride property: Github Action secret name override.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withOutputLocation(String outputLocation)
Set the outputLocation property: The output path of the app after building.
|
StaticSiteBuildProperties |
StaticSiteBuildProperties.withSkipGithubActionWorkflowGeneration(Boolean skipGithubActionWorkflowGeneration)
Set the skipGithubActionWorkflowGeneration property: Skip Github Action workflow generation.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSitesWorkflowPreviewRequest |
StaticSitesWorkflowPreviewRequest.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
StaticSitePatchResource |
StaticSitePatchResource.withBuildProperties(StaticSiteBuildProperties buildProperties)
Set the buildProperties property: Build properties to configure on the repository.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.