StaticSite |
StaticSite.withAllowConfigFileUpdates(Boolean allowConfigFileUpdates) |
Set the allowConfigFileUpdates property: <code>false</code> if config file is locked for this static
web app; otherwise, <code>true</code>.
|
StaticSite |
StaticSite.withBranch(String branch) |
Set the branch property: The target branch in the repository.
|
StaticSite |
StaticSite.withBuildProperties(StaticSiteBuildProperties buildProperties) |
Set the buildProperties property: Build properties to configure on the repository.
|
StaticSite |
StaticSite.withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus) |
Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving
traffic to the static web app.
|
StaticSite |
StaticSite.withProvider(String provider) |
Set the provider property: The provider that submitted the last deployment to the primary environment of the
static site.
|
StaticSite |
StaticSite.withRepositoryToken(String repositoryToken) |
Set the repositoryToken property: A user's github repository token.
|
StaticSite |
StaticSite.withRepositoryUrl(String repositoryUrl) |
Set the repositoryUrl property: URL for the repository of the static site.
|
StaticSite |
StaticSite.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy) |
Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
StaticSite |
StaticSite.withTemplateProperties(StaticSiteTemplateOptions templateProperties) |
Set the templateProperties property: Template options for generating a new repository.
|