| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.