Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSite
Packages that use StaticSite
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of StaticSite in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteModifier and TypeMethodDescriptionstatic StaticSite
StaticSite.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSite from the JsonReader.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.withBranch
(String branch) Set the branch property: The target branch in the repository.StaticSite.withBuildProperties
(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.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.withProvider
(String provider) Set the provider property: The provider that submitted the last deployment to the primary environment of the static site.StaticSite.withPublicNetworkAccess
(String publicNetworkAccess) Set the publicNetworkAccess property: State indicating whether public traffic are allowed or not for a static web app.StaticSite.withRepositoryToken
(String repositoryToken) Set the repositoryToken property: A user's github repository token.StaticSite.withRepositoryUrl
(String repositoryUrl) Set the repositoryUrl property: URL for the repository of the static site.StaticSite.withStagingEnvironmentPolicy
(StagingEnvironmentPolicy stagingEnvironmentPolicy) Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StaticSite.withTemplateProperties
(StaticSiteTemplateOptions templateProperties) Set the templateProperties property: Template options for generating a new repository.