Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties
Packages that use StaticSiteBuildProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSiteBuildProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteBuildPropertiesModifier and TypeMethodDescriptionStaticSite.buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSiteArmResourceInner.buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestProperties.buildProperties()Get the buildProperties property: Build properties to configure on the repository.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StaticSiteBuildPropertiesModifier and TypeMethodDescriptionStaticSite.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.StaticSiteArmResourceInner.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestProperties.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository. -
Uses of StaticSiteBuildProperties in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type StaticSiteBuildPropertiesModifier and TypeClassDescriptionfinal classBuild properties for the static site.Methods in com.azure.resourcemanager.appservice.models that return StaticSiteBuildPropertiesModifier and TypeMethodDescriptionStaticSitePatchResource.buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequest.buildProperties()Get the buildProperties property: Build properties to configure on the repository.static StaticSiteBuildPropertiesStaticSiteBuildProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteBuildProperties from the JsonReader.StaticSiteBuildProperties.withApiBuildCommand(String apiBuildCommand) Set the apiBuildCommand property: A custom command to run during deployment of the Azure Functions API application.StaticSiteBuildProperties.withApiLocation(String apiLocation) Set the apiLocation property: The path to the api code within the repository.StaticSiteBuildProperties.withAppArtifactLocation(String appArtifactLocation) Set the appArtifactLocation property: Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation).StaticSiteBuildProperties.withAppBuildCommand(String appBuildCommand) Set the appBuildCommand property: A custom command to run during deployment of the static content application.StaticSiteBuildProperties.withAppLocation(String appLocation) Set the appLocation property: The path to the app code within the repository.StaticSiteBuildProperties.withGithubActionSecretNameOverride(String githubActionSecretNameOverride) Set the githubActionSecretNameOverride property: Github Action secret name override.StaticSiteBuildProperties.withOutputLocation(String outputLocation) Set the outputLocation property: The output path of the app after building.StaticSiteBuildProperties.withSkipGithubActionWorkflowGeneration(Boolean skipGithubActionWorkflowGeneration) Set the skipGithubActionWorkflowGeneration property: Skip Github Action workflow generation.Methods in com.azure.resourcemanager.appservice.models with parameters of type StaticSiteBuildPropertiesModifier and TypeMethodDescriptionStaticSitePatchResource.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequest.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.