Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteBuildProperties
-
Packages that use StaticSiteBuildProperties 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. -
-
Uses of StaticSiteBuildProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteBuildProperties Modifier and Type Method Description StaticSiteBuildPropertiesStaticSite. buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSiteBuildPropertiesStaticSiteArmResourceInner. buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSiteBuildPropertiesStaticSitesWorkflowPreviewRequestProperties. buildProperties()Get the buildProperties property: Build properties to configure on the repository.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StaticSiteBuildProperties Modifier and Type Method Description StaticSiteStaticSite. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSiteArmResourceInnerStaticSiteArmResourceInner. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestPropertiesStaticSitesWorkflowPreviewRequestProperties. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository. -
Uses of StaticSiteBuildProperties in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSiteBuildProperties Modifier and Type Method Description StaticSiteBuildPropertiesStaticSitePatchResource. buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSiteBuildPropertiesStaticSitesWorkflowPreviewRequest. buildProperties()Get the buildProperties property: Build properties to configure on the repository.StaticSiteBuildPropertiesStaticSiteBuildProperties. withApiBuildCommand(String apiBuildCommand)Set the apiBuildCommand property: A custom command to run during deployment of the Azure Functions API application.StaticSiteBuildPropertiesStaticSiteBuildProperties. withApiLocation(String apiLocation)Set the apiLocation property: The path to the api code within the repository.StaticSiteBuildPropertiesStaticSiteBuildProperties. withAppArtifactLocation(String appArtifactLocation)Set the appArtifactLocation property: Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation).StaticSiteBuildPropertiesStaticSiteBuildProperties. withAppBuildCommand(String appBuildCommand)Set the appBuildCommand property: A custom command to run during deployment of the static content application.StaticSiteBuildPropertiesStaticSiteBuildProperties. withAppLocation(String appLocation)Set the appLocation property: The path to the app code within the repository.StaticSiteBuildPropertiesStaticSiteBuildProperties. withGithubActionSecretNameOverride(String githubActionSecretNameOverride)Set the githubActionSecretNameOverride property: Github Action secret name override.StaticSiteBuildPropertiesStaticSiteBuildProperties. withOutputLocation(String outputLocation)Set the outputLocation property: The output path of the app after building.StaticSiteBuildPropertiesStaticSiteBuildProperties. withSkipGithubActionWorkflowGeneration(Boolean skipGithubActionWorkflowGeneration)Set the skipGithubActionWorkflowGeneration property: Skip Github Action workflow generation.Methods in com.azure.resourcemanager.appservice.models with parameters of type StaticSiteBuildProperties Modifier and Type Method Description StaticSitePatchResourceStaticSitePatchResource. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestStaticSitesWorkflowPreviewRequest. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.
-