Uses of Class
com.azure.resourcemanager.appservice.models.StaticSitePatchResource
-
Packages that use StaticSitePatchResource Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of StaticSitePatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSitePatchResource Modifier and Type Method Description StaticSiteArmResourceInnerStaticSitesClient. updateStaticSite(String resourceGroupName, String name, StaticSitePatchResource staticSiteEnvelope)Description for Creates a new static site in an existing resource group, or updates an existing static site.Mono<StaticSiteArmResourceInner>StaticSitesClient. updateStaticSiteAsync(String resourceGroupName, String name, StaticSitePatchResource staticSiteEnvelope)Description for Creates a new static site in an existing resource group, or updates an existing static site.com.azure.core.http.rest.Response<StaticSiteArmResourceInner>StaticSitesClient. updateStaticSiteWithResponse(String resourceGroupName, String name, StaticSitePatchResource staticSiteEnvelope, com.azure.core.util.Context context)Description for Creates a new static site in an existing resource group, or updates an existing static site.Mono<com.azure.core.http.rest.Response<StaticSiteArmResourceInner>>StaticSitesClient. updateStaticSiteWithResponseAsync(String resourceGroupName, String name, StaticSitePatchResource staticSiteEnvelope)Description for Creates a new static site in an existing resource group, or updates an existing static site. -
Uses of StaticSitePatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSitePatchResource Modifier and Type Method Description StaticSitePatchResourceStaticSitePatchResource. withAllowConfigFileUpdates(Boolean allowConfigFileUpdates)Set the allowConfigFileUpdates property: <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>.StaticSitePatchResourceStaticSitePatchResource. withBranch(String branch)Set the branch property: The target branch in the repository.StaticSitePatchResourceStaticSitePatchResource. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSitePatchResourceStaticSitePatchResource. withEnterpriseGradeCdnStatus(EnterpriseGradeCdnStatus enterpriseGradeCdnStatus)Set the enterpriseGradeCdnStatus property: State indicating the status of the enterprise grade CDN serving traffic to the static web app.StaticSitePatchResourceStaticSitePatchResource. withKind(String kind)Set the kind property: Kind of resource.StaticSitePatchResourceStaticSitePatchResource. withProvider(String provider)Set the provider property: The provider that submitted the last deployment to the primary environment of the static site.StaticSitePatchResourceStaticSitePatchResource. withRepositoryToken(String repositoryToken)Set the repositoryToken property: A user's github repository token.StaticSitePatchResourceStaticSitePatchResource. withRepositoryUrl(String repositoryUrl)Set the repositoryUrl property: URL for the repository of the static site.StaticSitePatchResourceStaticSitePatchResource. withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StaticSitePatchResourceStaticSitePatchResource. withTemplateProperties(StaticSiteTemplateOptions templateProperties)Set the templateProperties property: Template options for generating a new repository.
-